FilterControl.ShowDateTimeOperators Property
Gets or sets whether date-time specific operators are available for date-time fields. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Filtering
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if date-time specific operators are available for date-time fields; otherwise, false |
Remarks
These operators include: BeyondThisYear, LaterThisYear, Tomorrow, Today, Yesterday, LastWeek, etc.
See Also