CustomCellStyleEventArgs.BackgroundColor Property
Gets or sets the cell background color.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The cell background color. |
See Also