Skip to main content
A newer version of this page is available.
All docs
V19.1

FilterEditorControl.ShowDateTimeOperators Property

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

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v19.1.dll

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