Skip to main content
All docs
V20.1

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.v20.1.dll

NuGet Package: DevExpress.Win.RichEdit

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