[]
        
(Showing Draft Content)

C1.Android.Grid.GridCellFactoryBase.ApplySelectionColors

ApplySelectionColors Method

ApplySelectionColors(GridCellView, Nullable<Color>, Nullable<Color>, bool)

Applies the selection colors to a specific cell.

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

The cell.

Nullable<Color> background

The background.

Nullable<Color> foreground

The foreground.

bool isEditing

if set to true [is editing].