FilterField.FilterMode Property
Gets or sets a mode that specifies how field values are filtered.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v25.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ColumnFilterMode | A mode that specifies how field values are filtered. |
Available values:
| Name | Description |
|---|---|
| Value | Cell values are filtered by their values. |
| DisplayText | Cell values are filtered by their display text. |
See Also