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

FunctionInfo.CustomFunctionOperator Property

Specifies an object providing instructions required for evaluation of a function.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v18.2.dll

Declaration

public ICustomFunctionOperator CustomFunctionOperator { get; set; }

Property Value

Type Description
ICustomFunctionOperator

An object implementing the ICustomFunctionOperator interface.

See Also