[]
        
(Showing Draft Content)

C1.Android.Grid.GridControlAdapter.PrepareCell

PrepareCell Method

PrepareCell(GridControlRange, GridControlCellView, C1Thickness)

Prepares the cell to be shown.

Declaration
public virtual void PrepareCell(GridControlRange range, GridControlCellView cell, C1Thickness internalBorders)
Public Overridable Sub PrepareCell(range As GridControlRange, cell As GridControlCellView, internalBorders As C1Thickness)
Parameters
Type Name Description
GridControlRange range

The range.

GridControlCellView cell

The cell.

C1Thickness internalBorders

A thickness object containing zeros or ones to represent whether the borders of the cell are internal 1 or external 0.