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

FunctionOperator() Constructor

Initializes a new instance of the FunctionOperator class with the default settings.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.1.dll

Declaration

public FunctionOperator()

Remarks

This constructor sets the FunctionOperator.OperatorType property to FunctionOperatorType.None. The operands specified by the FunctionOperator.Operands property are not initialized.

To specify the function type and operands use another overload of the class constructor.

See Also