Skip to main content

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

C#
public Color BackgroundColor { get; set; }

#Property Value

Type Description
Color

The cell background color.

See Also