DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates the name of the column this filter will be applied to.

Namespace: DataPAEnterpriseDashboard
Assembly: 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: String
The name of the column this filter will be applied to.

Return Value

Type: String
The 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.

See Also