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

FilterControl.ShowOperandCustomFunctions Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(true)]
[SmartTagProperty("Show Operand Custom Functions", "")]
public bool ShowOperandCustomFunctions { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Remarks

If the ShowOperandCustomFunctions and FilterControl.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 FilterControl.ShowOperandTypeIcon topic to learn more.

See Also