Spread WinForms 15
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
See Also