Skip to main content
A newer version of this page is available.
All docs
V19.2

FilterEditorControl.ShowFunctions Property

Gets or sets whether the FilterEditorControl allows specific functions/constants to be used within operand value boxes.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v19.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
public bool ShowFunctions { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the FilterEditorControl allows specific functions/constants to be used within operand value boxes; otherwise, false.

Remarks

If the ShowFunctions and FilterEditorControl.ShowOperandTypeIcon properties are set to true, certain custom functions/constants are available to create a filter for specific fields. For instance, specific date-time constants are available for date-time fields. See the FilterEditorControl.ShowOperandTypeIcon topic to learn more.

See Also