Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridRowCol Class
Members


In This Topic
    GridRowCol Class
    In This Topic
    Abstract base class for GridRow and GridColumn classes.
    Syntax
    'Declaration
     
    
    Public MustInherit Class GridRowCol 
    'Usage
     
    
    Dim instance As GridRowCol
    public abstract class GridRowCol 
    Inheritance Hierarchy

    System.Object
       C1.Android.Grid.GridRowCol
          C1.Android.Grid.GridColumn
          C1.Android.Grid.GridRow

    See Also