[]
        
(Showing Draft Content)

C1.iOS.Grid.GridCellFactoryBase.ApplySelectionColors

ApplySelectionColors Method

ApplySelectionColors(GridCellView, UIColor, UIColor, bool)

Applies the selection colors to a specific cell.

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

The cell.

UIColor background

The background.

UIColor foreground

The foreground.

bool isEditing

if set to true [is editing].