Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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