Back to Devexpress

OptionsColumnFilter.ShowEmptyDateFilter Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-optionscolumnfilter-3628c24c.md

latest2.5 KB
Original Source

OptionsColumnFilter.ShowEmptyDateFilter Property

Gets or sets whether a Filter Dropdown List has the “Show Empty” filter used to select records that contain null values in a date-time column.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[XtraSerializableProperty]
public virtual bool ShowEmptyDateFilter { get; set; }
vb
<XtraSerializableProperty>
Public Overridable Property ShowEmptyDateFilter As Boolean

Property Value

TypeDescription
Boolean

true if the “Show Empty” filter is available; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowEmptyDateFilter
GridColumn

.OptionsFilter .ShowEmptyDateFilter

|

Remarks

The ShowEmptyDateFilter property is in effect for columns displaying date-time values. If it is set to true , the filter dropdown contains the “Show Empty” check box:

Selecting this check box applies the following filter.IsNull([ColumnFieldName]) See Filter and Search to learn more.

See Also

FilterPopupMode

Filter and Search

OptionsColumnFilter Class

OptionsColumnFilter Members

DevExpress.XtraGrid.Columns Namespace