[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridIncrementalLoadingRow

GridIncrementalLoadingRow Class

This row is displayed at the bottom of the grid and is used to bring more items when the inner collection view support C1.DataCollection.ISupportIncrementalLoading.

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

Constructors

Name Description
GridIncrementalLoadingRow()

Properties

Name Description
IsLoading

Gets or sets a value indicating whether the loading activity indicator is displayed.

Methods

Name Description
BindCellContent(View, GridCellType, GridColumn)

Binds the content of the cell for the specified column.

CreateCellContent(GridCellType, GridColumn, object)

Creates the content of the cell for the specified column.

GetCellContentType(GridCellType, GridColumn)

Gets the type of the cell content.

GetMergedRange(GridCellType, GridCellRange)

Gets a GridCellRange that specifies the merged extent of a cell.

PrepareCell(GridCellType, GridColumn, GridCellView)

Prepares the cell to be shown.

UnbindCellContent(View, GridCellType, GridColumn)

Unbinds the content of the cell for the specified column.