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.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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