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

ExcelStyleFilterElement.AllowedFilterTypes Property

Gets or sets the allowed tabs displayed within the Excel-style filter element.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public AllowedExcelStyleFilterTypes AllowedFilterTypes { get; set; }

Property Value

Type Description
AllowedExcelStyleFilterTypes

The allowed tabs displayed within the Excel-style filter element.

Available values:

Name Description
None

None of the tabs are displayed.

Rules

Rules tab is displayed.

Values

Values tab is displayed.

All

All tabs are displayed.

See Also