[]
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.
public class GridIncrementalLoadingRow : GridRow, INotifyPropertyChanging, INotifyPropertyChanged
Name | Description |
---|---|
GridIncrementalLoadingRow() |
Name | Description |
---|---|
IsLoading | Gets or sets a value indicating whether the loading activity indicator is displayed. |
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. |