FormCheckItem.CheckedColor Property
Specifies the check box color in checked and indeterminate states. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color CheckedColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The check box fill color. |
Remarks
The following example specifies the fill color of a check box in checked state:
<dxe:FormCheckItem Text="Show blocked contacts" CheckedColor="DimGrey"/>
See Also