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

FilterEditorControl.ShowDateTimeOperators Property

Gets or sets whether date-time specific operators (BeyondThisYear, LaterThisYear, Tomorrow, Today, Yesterday, LastWeek, etc.) are available for date-time fields.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
public bool ShowDateTimeOperators { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if date-time specific operators are available; otherwise, false.

See Also