Skip to main content

ExpressionEditorContext.Operators Property

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

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public List<OperatorInfo> Operators { get; }

Property Value

Type Description
List<OperatorInfo>

A collection of OperatorInfo objects.

See Also