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


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

    Parameters

    context
    See Also