CheckEditActualAppearance.DisabledCheckBoxColor Property
In This Article
Gets the check box’s color that is applied to the CheckEdit when it is in the disabled state. To specify this color, use the DisabledCheckBoxColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public Color DisabledCheckBoxColor { get; }
#Property Value
Type | Description |
---|---|
Color | The check box’s color when it is disabled. |
See Also