Skip to main content
A newer version of this page is available. .

TreeListOptionsColumnFilter.ShowEmptyDateFilter Property

Gets or sets whether a Filter DropDown has a filter used to select records that contain null values in a date-time column.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[XtraSerializableProperty]
public virtual bool ShowEmptyDateFilter { get; set; }

Property Value

Type Description
Boolean

true if a corresponding filter is available; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowEmptyDateFilter
TreeListColumn
.OptionsFilter.ShowEmptyDateFilter

Remarks

The ShowEmptyDateFilter property is in effect for columns displaying date-time values.

See Also