Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GroupDataModel Class / SortInfo Property


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;}
    See Also