A newer version of this page is available.
Switch to the current version.
ExcelColumnFilterSettings.AllowedFilterTypes Property
Gets or sets allowed filter types.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll
Declaration
public ExcelColumnFilterType? AllowedFilterTypes { get; set; }
Public Property AllowedFilterTypes As ExcelColumnFilterType?
Property Value
Type | Description |
---|---|
Nullable<ExcelColumnFilterType> |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowedFilterTypes |
---|---|
FilterPopupEventArgs |
|
Remarks
If the AllowedFilterTypes property is set to null, the FilterValues and FilterRules tabs are allowed.
See Also
Feedback