Skip to main content
Tag

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.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

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