Lists values that specify the type of the comparison operator used to create filter conditions within the Automatic Filter Row.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.Core.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