FilterEditorControl.ShowDateTimeFunctions Property
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.v20.2.UI.dll
Declaration
[DXCategory("Behavior")]
[DefaultValue(DateTimeFunctionsShowMode.Default)]
public DateTimeFunctionsShowMode ShowDateTimeFunctions { get; set; }
<DXCategory("Behavior")>
<DefaultValue(DateTimeFunctionsShowMode.Default)>
Public Property ShowDateTimeFunctions As DateTimeFunctionsShowMode
Property Value
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. |
See Also
Feedback