ExcelFilterOptions.ShowCustomFilters Property
Gets or sets whether to display a custom filter UI in Excel-style filter popup menus.
Namespace: DevExpress.Utils.Filtering
Assembly: DevExpress.Data.v25.2.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
| Type | Description |
|---|---|
| Nullable<Boolean> | true to enable user-defined filter expressions; otherwise, false. |
Remarks
using DevExpress.Utils.Filtering;
// Enable custom (user-defined) filter expressions:
ExcelFilterOptions.Default.ShowCustomFilters = true;
See Also