FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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 Class
    Syntax
    'Declaration
     
    Public Class GridIncrementalLoadingRow 
       Inherits GridRow
    public class GridIncrementalLoadingRow : GridRow 
    Inheritance Hierarchy

    System.Object
       C1.WPF.Grid.GridRowCol
          C1.WPF.Grid.GridRow
             C1.WPF.Grid.GridIncrementalLoadingRow

    See Also