TreeListDataColumn.FilterMode Property
Gets or sets how column values are filtered.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
ColumnFilterMode | Value | One of the ColumnFilterMode enumeration values. |
Available values:
Name | Description |
---|---|
Value | A column’s data is filtered by the edit values. |
DisplayText | A column’s data is filtered by the display text. |
Remarks
The tree list allows its data to be filtered by cell values or display text. Use the FilterMode property to specify the column’s filter mode.
Filter by Column Values
Set the FilterMode property to ColumnFilterMode.Value.
Filter by Display Text
Set the FilterMode property to ColumnFilterMode.DisplayText. End-users must enter text that matches the cell formatted value(s) completely.
Note
This filter mode is ignored in server mode.