Skip to main content

FunctionOperator() Constructor

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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