Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GroupDataModel Class / Groups Property


In This Topic
    Groups Property
    In This Topic
    Gets the list of top-level group objects.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Groups As ArrayList
    'Usage
     
    
    Dim instance As GroupDataModel
    Dim value As ArrayList
     
    value = instance.Groups
    public ArrayList Groups {get;}
    See Also