Skip to main content
A newer version of this page is available. .

FilterControl.ShowDateTimeConstants Property

OBSOLETE

Use the ShowOperandCustomFunctions property instead.

Gets or sets whether the FilterControl displays date-time specific constants for date-time fields, allowing a filter to be created using these constants.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DefaultValue(true)]
[Obsolete("Use the ShowOperandCustomFunctions property instead.")]
[Browsable(false)]
[SmartTagProperty("Show Date Time Constants", "")]
public bool ShowDateTimeConstants { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the FilterControl displays date-time specific constants for date-time fields; otherwise, false

Remarks

Use the FilterControl.ShowOperandCustomFunctions property instead.

See Also