Skip to main content

WindowsFormsSettings.ColumnAutoFilterMode Property

Allows you to restore default filtering conditions for all Data Grid auto-filter rows to their 16.2 versions.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public static ColumnAutoFilterMode ColumnAutoFilterMode { get; set; }

Property Value

Type Description
DevExpress.XtraEditors.ColumnAutoFilterMode

A DevExpress.XtraEditors.ColumnAutoFilterMode enumerator value.

Remarks

In DevExpress installations of version 17.1, Data Grid auto-filter rows have drastically changed:

  • default filter operators now depend on column data types instead of applying the BeginsWith operator for all columns;
  • end-users can manually select a filtering operator by clicking auto-filter row icons.

There are three ways to undo these changes.

See Also