ColumnFilterType Enum
Contains values specifying filtering types.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
None
|
Indicates that filtering is disabled. |
Custom
|
Indicates that filtering is applied based on a custom filter string. The string should be constructed in compliance with SQL requirements. |
Value
|
Indicates that a column should be filtered by a specific value. |
AutoFilter
|
Indicates that a column’s values are filtered via the automatic filtering row. |
Related API Members
The following properties accept/return ColumnFilterType values:
Remarks
The filter condition applied to a column is specified by the column’s GridColumn.FilterInfo property. This property returns the ColumnFilterInfo object whose ColumnFilterInfo.Type property returns values listed by the ColumnFilterType enumeration. Note that the ColumnFilterInfo.Type property value is initialized by the ColumnFilterInfo object’s constructor.