Skip to main content
All docs
V18.2

FilterCondition.Column Property

Gets or sets the column to which the current filter condition is applied.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[DefaultValue(null)]
public TreeListColumn Column { get; set; }

Property Value

Type Default Description
TreeListColumn *null*

The TreeListColumn object to which the current filter condition is applied.

Remarks

Values of the column specified by the Column property are compared against the values specified by the FilterConditionBase.Value1 and FilterConditionBase.Value2. The comparison operator is specified by the FilterConditionBase.Condition property.

See Also