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


In This Topic
    Ascending Property (Group)
    In This Topic
    Gets whether the rows in the group are displayed in ascending order.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Ascending As Boolean
    'Usage
     
    
    Dim instance As Group
    Dim value As Boolean
     
    value = instance.Ascending
    public bool Ascending {get;}

    Property Value

    Boolean: true if order is ascending; false if order is descending
    Example
    This example returns whether the group is ascending.
    See Also