FilterControl.ShowDateTimeOperators Property
Gets or sets whether date-time specific operators are available for date-time fields.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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 for date-time fields; otherwise, false |
Remarks
These operators include: BeyondThisYear, LaterThisYear, Tomorrow, Today, Yesterday, LastWeek, etc.
See Also