Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / Group Class / Expanded Property
Example


In This Topic
    Expanded Property
    In This Topic
    Gets or sets whether the rows in the group are expanded.
    Syntax
    'Declaration
     
    
    Public Property Expanded As Boolean
    'Usage
     
    
    Dim instance As Group
    Dim value As Boolean
     
    instance.Expanded = value
     
    value = instance.Expanded
    public bool Expanded {get; set;}

    Property Value

    Boolean: true if group of rows is displayed expanded; false if group of rows is displayed collapsed
    Example
    This example returns whether the group is expanded.
    See Also