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

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.v19.1.Core.dll

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