Skip to main content
Row

FilterValue.FilterByBlank Property

Gets a special value representing a blank cell for use in a filter criteria.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static FilterValue FilterByBlank { get; }

Property Value

Type Description
FilterValue

A FilterValue object.

The following code snippets (auto-collected from DevExpress Examples) contain references to the FilterByBlank property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also