Spread Windows Forms 12.0 Product Documentation
SortInfo Property (SortedEventArgs)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SortedEventArgs Class : SortInfo Property
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

Reference

SortedEventArgs Class
SortedEventArgs Members