Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridGroupRowCell Class / GridGroupRowCell Constructor


In This Topic
    GridGroupRowCell Constructor
    In This Topic
    Initializes a new instance of the GridGroupRowCell class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal context As Android.Content.Context _
    )
    'Usage
     
    
    Dim context As Android.Content.Context
     
    Dim instance As New GridGroupRowCell(context)
    public GridGroupRowCell( 
       Android.Content.Context context
    )

    Parameters

    context
    See Also