Skip to main content

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShowDateTimeOperators { get; set; }

Property Value

Type Default Description
Boolean true

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

See Also