DataFormViewActualAppearance.EditorLabelColor Property
Gets the editor’s label color that is applied to the DataFormView. To specify this color, use the EditorLabelColor property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color EditorLabelColor { get; }
Property Value
Type | Description |
---|---|
Color | The editor’s label color. |
See Also