Skip to main content
Row

FilterCriteria.FilterByBlanks Property

Gets whether blank cells are included in the filtered set.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool FilterByBlanks { get; }

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