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

ExcelStyleFilterModel.AllowedFilterTypes Property

Namespace: DevExpress.Xpf.Core.FilteringUI

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

Declaration

public AllowedExcelStyleFilterTypes AllowedFilterTypes { get; set; }

Property Value

Type
AllowedExcelStyleFilterTypes

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