FilterCriteria.FilterByBlanks Property
Gets whether blank cells are included in the filtered set.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to filter blank cells; otherwise, false. |
Remarks
To include blank cells in a criteria, specify the FilterValue.FilterByBlank value in the custom filter or in the filter by value.
See Also