FormCheckItemActualAppearance.EditorCheckedColor Property
Gets the color that is applied to the FormCheckItem‘s combobox when it is checked. To specify this color, use the CheckedColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color EditorCheckedColor { get; }
Property Value
Type | Description |
---|---|
Color | The check box’s color value. |
See Also