Back to Devexpress

FunctionInfo.CustomFunctionOperator Property

corelibraries-devexpress-dot-data-dot-controls-dot-expressioneditor-dot-functioninfo.md

latest1.4 KB
Original Source

FunctionInfo.CustomFunctionOperator Property

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

Namespace : DevExpress.Data.Controls.ExpressionEditor

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public ICustomFunctionOperator CustomFunctionOperator { get; set; }
vb
Public Property CustomFunctionOperator As ICustomFunctionOperator

Property Value

TypeDescription
ICustomFunctionOperator

An object implementing the ICustomFunctionOperator interface.

|

See Also

FunctionInfo Class

FunctionInfo Members

DevExpress.Data.Controls.ExpressionEditor Namespace