ExcelFilterOptions.ShowNulls Property
Gets or sets whether to display null value filters 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 filtering for null values; otherwise, false. |
See Also