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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
IExpressionEditorColorProvider | An object implementing the IExpressionEditorColorProvider interface. |
See Also