Back to Devexpress

ColumnBase.ShowEmptyDateFilter Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-d3d7508a.md

latest1.3 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ShowEmptyDateFilter { get; set; }
vb
Public Property ShowEmptyDateFilter As Boolean

Property Value

TypeDescription
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

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace