Skip to main content

ExpressionEditorContext.Constants Property

Provides access to the collection of static constants available in the Expression Editor.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public List<ConstantInfo> Constants { get; }

Property Value

Type Description
List<ConstantInfo>

A collection of ConstantInfo objects.

See Also