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

ColumnBase.ShowEmptyDateFilter Property

Gets or sets whether the date-time column’s filter dropdown has a filter item used to select records that contain null values. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

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

Property Value

Type Description
Boolean

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

Remarks

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

See Also