Skip to main content

VGridOptionsRowFilter.ShowBlanksFilterItems Property

Gets or sets whether the filter dropdown displays filter conditions that select blank and not blank data values.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean ShowBlanksFilterItems { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

Default or True if the filter dropdown displays filter conditions that select blank and not blank data values; otherwise, false.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowBlanksFilterItems
RowProperties
.OptionsFilter .ShowBlanksFilterItems
See Also