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
See Also