Back to Devexpress

WindowsFormsSettings.ColumnAutoFilterMode Property

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-38910462.md

latest3.2 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public static ColumnAutoFilterMode ColumnAutoFilterMode { get; set; }
vb
Public Shared Property ColumnAutoFilterMode As ColumnAutoFilterMode

Property Value

TypeDescription
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

Version Compatibility: Default Property Values

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace