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

ExcelStyleFilterElement.DefaultFilterType Property

Gets or sets the default tab (Rules or Values) displayed within the excel-style filter element.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v21.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ExcelStyleFilterType DefaultFilterType { get; set; }

Property Value

Type Description
ExcelStyleFilterType

The default tab displayed within the Excel-style filter element.

Available values:

Name Description
Rules

The Rules tab within the Excel-style filter element.

Values

The Values tab within the Excel-style filter element.

See Also