windowsforms-devexpress-dot-dataaccess-dot-ui-dot-filtereditorcontrol-c1bb373a.md
Gets or sets whether to show the standard and advanced date-time functions (BeyondThisYear, LaterThisYear, Tomorrow, Today, Yesterday, LastWeek, etc.) for date-time fields.
Namespace : DevExpress.DataAccess.UI
Assembly : DevExpress.DataAccess.v25.2.UI.dll
NuGet Package : DevExpress.DataAccess.UI
[DefaultValue(DateTimeFunctionsShowMode.Default)]
[DXCategory("Behavior")]
public DateTimeFunctionsShowMode ShowDateTimeFunctions { get; set; }
<DXCategory("Behavior")>
<DefaultValue(DateTimeFunctionsShowMode.Default)>
Public Property ShowDateTimeFunctions As DateTimeFunctionsShowMode
| Type | Default | Description |
|---|---|---|
| DateTimeFunctionsShowMode | Default |
A DateTimeFunctionsShowMode enumaration value that specifies whether to show the standard and advanced date-time functions for date-time fields.
|
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