Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ShowDateTimeOperators { get; set; }

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