Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Group Class / Parent Property


In This Topic
    Parent Property (Group)
    In This Topic
    Gets the parent of the group.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parent As Group
    'Usage
     
    
    Dim instance As Group
    Dim value As Group
     
    value = instance.Parent
    public Group Parent {get;}
    See Also