Spread Windows Forms 12.0 Product Documentation
SortInfo Property (GroupDataModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > GroupDataModel Class : SortInfo Property
Gets the sorting information for the group.
Syntax
'Declaration
 
Public ReadOnly Property SortInfo As SortInfo()
'Usage
 
Dim instance As GroupDataModel
Dim value() As SortInfo
 
value = instance.SortInfo
public SortInfo[] SortInfo {get;}

Property Value

SortInfo object containing the sort information
See Also

Reference

GroupDataModel Class
GroupDataModel Members