DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The name of the column this filter will be applied to.
The name of the column this filter will be applied to.
Gets and sets a value that indicates the name of the column this filter will be applied to.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string ColumnName { get; set; } |
Visual Basic |
---|
Public Property ColumnName As String Get Set |
Visual C++ |
---|
public: virtual property String^ ColumnName { String^ get () sealed; void set (String^ value) sealed; } |
Property Value
Type: StringThe name of the column this filter will be applied to.
Return Value
Type: StringThe name of the column this filter will be applied to.
Remarks
If a column with the column name specified by this property does not exist in the data set, this condition will be ignored.