[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridCellFactoryBase.ApplySelectionColors

ApplySelectionColors Method

ApplySelectionColors(GridCellView, Color, Color, bool)

Applies the selection colors to a specific cell.

Declaration
protected virtual void ApplySelectionColors(GridCellView cell, Color background, Color foreground, bool isEditing)
Parameters
Type Name Description
GridCellView cell

The cell.

Color background

The background.

Color foreground

The foreground.

bool isEditing

if set to true [is editing].