CheckEditActualAppearance.DisabledLabelColor Property
Gets the label’s color that is applied to the CheckEdit when it is in the disabled state. 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’s color value when it is disabled. |
See Also