[]
This row is displayed at the bottom of the grid and is used to bring more items when the inner collection view support ISupportIncrementalLoading.
public class GridIncrementalLoadingRow : GridRow, IComponent, IHandleAfterRender, INotifyPropertyChanging, IHandleEvent, INotifyPropertyChanged
| Name | Description |
|---|---|
| GridIncrementalLoadingRow() |
| Name | Description |
|---|---|
| IsLoading | Gets or sets a value indicating whether the loading activity indicator is displayed. |
| Name | Description |
|---|---|
| GetCellContentRenderFragment(GridCellType, GridColumn) | This method is called to provide the content of a cell belonging to this row. |
| GetMergedRange(GridCellType, GridCellRange, GridColumn) | Gets a GridCellRange that specifies the merged extent of a cell. |
| PrepareCellStyle(GridCellType, GridColumn, C1Style, C1Thickness) | Gets the style that will be applied to the cell. |