Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.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.Android.Grid.GridRowCol
          C1.Android.Grid.GridRow
             C1.Android.Grid.GridBoundRow
                C1.Android.Grid.GridDetailRow<TItem>

    See Also