EditBaseActualAppearance.DisabledLabelColor Property
Gets the label color that is applied to the EditBase when it is disabled. To specify this color, use the DisabledLabelColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color DisabledLabelColor { get; }
Property Value
Type | Description |
---|---|
Color | The label color. |
See Also