DataPA Enterprise Dashboard Controls API Reference
Gets the name of the column in the summary data used to filter this column
Namespace: DataPAEnterpriseDashboardAssembly: 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:
StringThe name of the column in the summary data used to filter this column
Return Value
Type:
StringThe name of the column in the summary data used to filter this column
Remarks
See Also