Skip to main content
A newer version of this page is available. .

ExpressionEditorContext.Constants Property

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

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public List<ConstantInfo> Constants { get; }

Property Value

Type Description
List<ConstantInfo>

A collection of ConstantInfo objects.

See Also