Back to Devexpress

CellAppearance.CheckedCheckBoxColor Property

maui-devexpress-dot-maui-dot-datagrid-dot-cellappearance-9b4a5a1a.md

latest1022 B
Original Source

CellAppearance.CheckedCheckBoxColor Property

Gets or sets the padding of the DataGridView cell’s check box when it is checked. This is a bindable property.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public Color CheckedCheckBoxColor { get; set; }

Property Value

TypeDescription
Color

The padding of the DataGridView cell’s check box when it is checked.

|

See Also

CellAppearance Class

CellAppearance Members

DevExpress.Maui.DataGrid Namespace