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


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