[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridRowHeaderColumn

GridRowHeaderColumn Class

Represents a grid column which holds row headers.

Inheritance
GridRowHeaderColumn
Namespace: C1.Xamarin.Forms.Grid
Assembly: C1.Xamarin.Forms.Grid.dll
Syntax
public class GridRowHeaderColumn : GridColumn, INotifyPropertyChanged, INotifyPropertyChanging

Constructors

Name Description
GridRowHeaderColumn()

Initializes a new instance of the GridRowHeaderColumn class.

Methods

Name Description
BindCellContent(View, GridCellType, GridRow)

Binds the content of the cell with the data item.

CreateCellContent(GridCellType, object, GridRow)

Creates the content of the cell (Without binding it to the data item).

GetCellContentType(GridCellType, GridRow)

Gets the type of cell content.