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.v24.1.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. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowBlanksFilterItems |
---|---|
RowProperties |
|
See Also