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


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