Lists values that specify the type of the comparison operator used to create filter conditions within the Auto Filter Row.
Namespace:DevExpress.UI.Xaml.Grid
Assembly:DevExpress.UI.Xaml.Grid.v18.1.dll

Public Members

Remarks
The automatic filter row allows end-users to filter data on the fly, by typing text within the row's cell. This automatically creates a filter condition against the corresponding column. The comparison operator used in this condition is determined by the column's ColumnBase.AutoFilterCondition property.

See Also