Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortedEventArgs Class / SortInfo Property


In This Topic
    SortInfo Property (SortedEventArgs)
    In This Topic
    Gets the SortArgs object that contains sort criteria and information about how to perform the sort.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SortInfo As IEnumerable(Of SortArgs)
    'Usage
     
    
    Dim instance As SortedEventArgs
    Dim value As IEnumerable(Of SortArgs)
     
    value = instance.SortInfo
    public IEnumerable<SortArgs> SortInfo {get;}
    See Also