DataFormView.EditorLabelColor Property
Gets or sets the color of editor labels (text or icons). This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color EditorLabelColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color of the data form’s editor labels. |
Remarks
The data form can display strings or icons as editor labels.
See Also