ColumnFilterMode Enum
Lists values that specify how column values are filtered.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Members
Name | Description |
---|---|
Value
|
Cell values are filtered by their values. |
DisplayText
|
Cell values are filtered by their display text. |
Related API Members
The following properties accept/return ColumnFilterMode values:
Remarks
The values listed by this enumeration are used to set the ColumnBase.ColumnFilterMode property. To learn more, see Filtering and Searching.
See Also