Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / Context Property


In This Topic
    Context Property (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Context As Android.Content.Context
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Android.Content.Context
     
    value = instance.Context
    public Android.Content.Context Context {get;}
    See Also