Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IGroupSupport Interface / SortInfo Property


In This Topic
    SortInfo Property (IGroupSupport)
    In This Topic
    Gets the sort information for the group.
    Syntax
    'Declaration
     
    
    ReadOnly Property SortInfo As SortInfo()
    'Usage
     
    
    Dim instance As IGroupSupport
    Dim value() As SortInfo
     
    value = instance.SortInfo
    SortInfo[] SortInfo {get;}

    Property Value

    SortInfo object containing the information for sorting a group
    See Also