Skip to main content
All docs
V20.1

FilterEditorControl.ShowDateTimeFunctions Property

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v20.1.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

[DXCategory("Behavior")]
[DefaultValue(DateTimeFunctionsShowMode.Default)]
public DateTimeFunctionsShowMode ShowDateTimeFunctions { get; set; }

Property Value

Type Default
DateTimeFunctionsShowMode Default

Available values:

Name Description
Never

Do not show date-time functions.

Default

Advanced if Version Compatibility is set to version 19.1 or newer; otherwise, Standard.

Standard

Shows the standard date-time functions, such as Is Later This Year, Is Next Week.

Advanced

Shows the advanced date-time functions such as Is Same Day, Is Yesterday.

See Also