Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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;}

    Property Value

    ArrayList containing the groups
    See Also