Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridIncrementalLoadingRow Class
Members


In This Topic
    GridIncrementalLoadingRow Class
    In This Topic
    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.
    Object Model
    GridIncrementalLoadingRow ClassFlexGrid ClassGridGroupRow Class
    Syntax
    'Declaration
     
    
    Public Class GridIncrementalLoadingRow 
       Inherits GridRow
    'Usage
     
    
    Dim instance As GridIncrementalLoadingRow
    public class GridIncrementalLoadingRow : GridRow 
    Inheritance Hierarchy

    System.Object
       C1.Xamarin.Forms.Grid.GridRowCol
          C1.Xamarin.Forms.Grid.GridRow
             C1.Xamarin.Forms.Grid.GridIncrementalLoadingRow

    See Also