Enum ColumnFilter
Specifies the constants for the column filter.
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WPF.dll
Syntax
public enum ColumnFilter
Fields
| Name | Description |
|---|---|
| DisplayText | Parses all values by converting them as string. |
| Value | Parses only StronglyTyped values. |