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

ExpressionEditorContext.ColorProvider Property

Specifies an object providing a color scheme for painting expression elements in the Expression Editor.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public IExpressionEditorColorProvider ColorProvider { get; set; }

Property Value

Type Description
IExpressionEditorColorProvider

An object implementing the IExpressionEditorColorProvider interface.

See Also