Skip to main content

ColumnBase.ShowEmptyDateFilter Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false)]
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