Skip to main content

CheckEditActualAppearance.DisabledCheckedCheckBoxColor Property

Gets the checked check box’s color that is applied to the CheckEdit when it is in the disabled state. To specify this color, use the DisabledCheckedCheckBoxColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color DisabledCheckedCheckBoxColor { get; }

Property Value

Type Description
Color

The checked check box’s color when it is disabled.

See Also