DataPA Enterprise Dashboard Controls API Reference
Gets the name of the column in the summary data used to filter this column

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string FilterName { get; }
Visual Basic
Public ReadOnly Property FilterName As String
	Get
Visual C++
public:
virtual property String^ FilterName {
	String^ get () sealed;
}

Property Value

Type: String
The name of the column in the summary data used to filter this column

Return Value

Type: String
The name of the column in the summary data used to filter this column

Remarks