Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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 ClassGridLength StructureGridGroupRow Class
    Syntax
    'Declaration
     
    
    Public Class GridBoundRow 
       Inherits GridRow
    'Usage
     
    
    Dim instance As GridBoundRow
    public class GridBoundRow : GridRow 
    Inheritance Hierarchy

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

    See Also