Skip to main content
A newer version of this page is available. .

FilterControl.ShowDateTimeOperators Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.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