Back to Devexpress

FilterControl.ShowDateTimeOperators Property

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-19498474.md

latest1.4 KB
Original Source

FilterControl.ShowDateTimeOperators Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShowDateTimeOperators { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ShowDateTimeOperators As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace