Skip to main content

ExcelStyleFilterModel.DefaultFilterType Property

Gets or sets the default tab displayed within the Excel-style filter element.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.2.Core.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