Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

FilterCriteria.FilterByBlanks Property

Gets whether blank cells are included in the filtered set.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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