Skip to main content

FunctionInfo.CustomFunctionOperator Property

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

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public ICustomFunctionOperator CustomFunctionOperator { get; set; }

Property Value

Type Description
ICustomFunctionOperator

An object implementing the ICustomFunctionOperator interface.

See Also