Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / GroupDataModel Class / SortInfo Property
Example


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

    Property Value

    SortInfo object containing the sorting information
    Example
    This example groups the data model.
    See Also