Back to Devexpress

VGridOptionsRowFilter.ShowBlanksFilterItems Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridoptionsrowfilter-e5425bb9.md

latest2.4 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean ShowBlanksFilterItems { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
Public Overridable Property ShowBlanksFilterItems As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

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

|

Available values:

NameDescriptionReturn 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 TypePath to ShowBlanksFilterItems
RowProperties

.OptionsFilter .ShowBlanksFilterItems

|

See Also

VGridOptionsRowFilter Class

VGridOptionsRowFilter Members

DevExpress.XtraVerticalGrid.Rows Namespace