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

Declaration

public ExcelStyleFilterType DefaultFilterType { get; set; }

Property Value

Type Description
DevExpress.Xpf.Core.FilteringUI.ExcelStyleFilterType

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

See Also