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


In This Topic
    GridBoundRow Class
    In This Topic
    Represents a row that is bound to a data item.
    Object Model
    GridBoundRow ClassFlexGrid ClassGridGroupRow Class
    Syntax
    'Declaration
     
    
    Public Class GridBoundRow 
       Inherits GridRow
    'Usage
     
    
    Dim instance As GridBoundRow
    public class GridBoundRow : GridRow 
    Inheritance Hierarchy

    System.Object
       C1.Xamarin.Forms.Grid.GridRowCol
          C1.Xamarin.Forms.Grid.GridRow
             C1.Xamarin.Forms.Grid.GridBoundRow
                C1.Xamarin.Forms.Grid.GridDetailRow<TItem>

    See Also