Back to Devexpress

FormCheckItem.CheckedColor Property

maui-devexpress-dot-maui-dot-editors-dot-formcheckitem-b91396ae.md

latest1.2 KB
Original Source

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

csharp
public Color CheckedColor { get; set; }

Property Value

TypeDescription
Color

The check box fill color.

|

Remarks

The following example specifies the fill color of a check box in checked state:

xaml
<dxe:FormCheckItem Text="Show blocked contacts" CheckedColor="DimGrey"/>

See Also

FormCheckItem Class

FormCheckItem Members

DevExpress.Maui.Editors Namespace