Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellView Class / Parent Property


In This Topic
    Parent Property (GridCellView)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Parent As Xamarin.Forms.Element
    'Usage
     
    
    Dim instance As GridCellView
    Dim value As Xamarin.Forms.Element
     
    instance.Parent = value
     
    value = instance.Parent
    public Xamarin.Forms.Element Parent {get; set;}
    See Also