ColumnFilterInfo Properties
Contains column filter settings.| Name | Description |
|---|---|
| DisplayText | Gets the filter condition’s textual representation displayed in the filter panel. |
| Empty static | Gets an empty filter condition. |
| FilterCriteria | Gets the current filter criteria. |
| FilterString | Gets the filter expression specified by this ColumnFilterInfo object. |
| Kind | Gets whether the current filter condition has been created by the Grid Control or is a custom condition. |
| Type | Controls whether the current object filters data by a particular value, uses a custom filter string or provides no filtering condition. |
| Value | Gets the value by which data is filtered. |
| ValueDisplayText | Obsolete. This member is obsolete. |
See Also