Skip to main content
A newer version of this page is available. .

DataViewBase.UseLegacyFilterPanel Property

Gets or sets whether the legacy filter panel is used.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.1.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool? UseLegacyFilterPanel { get; set; }

Property Value

Type Default Description
Nullable<Boolean> true

true, to use the legacy filter panel; otherwise, false.

Remarks

The GridControl v20.1 and later supports the new filter panel:

The previous filter panel displays a filter string.

The new filter panel displays a filter expression as a set of blocks with different colors for each block type (column name, field value, date-time function).

To use the new filter panel:

Tip

Demo: Excel Style Filtering

Requires a WPF Subscription. Download

See Also