[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridCellFactoryBase.GetColumnInfo

GetColumnInfo Method

GetColumnInfo(bool, int)

Gets the dimensions for the specified column.

Declaration
protected virtual GridCellFactoryBase.ColumnInfo GetColumnInfo(bool isHeader, int column)
Parameters
Type Name Description
bool isHeader

True if the column belongs to the headers area.

int column

The index of the column.

Returns
Type Description
GridCellFactoryBase.ColumnInfo