Skip to main content

ExpressionEditorContext.Functions Property

Provides access to the collection of functions available in the Expression Editor.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public List<FunctionInfo> Functions { get; }

Property Value

Type Description
List<FunctionInfo>

A collection of FunctionInfo objects.

See Also