Skip to main content

ColumnFilterMode Enum

Lists values that specify how column values are filtered via the auto-filter panel.

Namespace: DevExpress.Data

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public enum ColumnFilterMode

Members

Name Description
Value

Column values are filtered by edit values.

DisplayText

Column values are filtered by the display text (by formatted values).

Related API Members

The following properties accept/return ColumnFilterMode values:

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

The ColumnFilterMode enumeration values are used by the GridColumn.ColumnFilterMode property.

See Also