Spread Windows Forms 12.0 Product Documentation
SortInfo Property (SortingEventArgs)


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

Reference

SortingEventArgs Class
SortingEventArgs Members