Skip to main content
All docs
V20.1

FilterEditorControl.ShowDateTimeOperators Property

Gets or sets whether date-time specific operators are available for date-time fields.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v20.1.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

[Browsable(false)]
public bool ShowDateTimeOperators { get; set; }

Property Value

Type Default Description
Boolean true

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