CheckEditActualAppearance.CheckedCheckBoxColor Property
Gets the checked check box’s color that is applied to the CheckEdit. To specify this color, use the CheckedCheckBoxColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color CheckedCheckBoxColor { get; }
Property Value
Type | Description |
---|---|
Color | The checked check box’s color. |
See Also