ComponentOne FlexGrid for WinForms
SortDirection Property

C1.Win.C1FlexGrid Namespace > GroupDescription Class : SortDirection Property
Gets the sort direction of the property within the group. May be set to null if you want to group but not sort by this property.
Syntax
'Declaration
 
Public Property SortDirection As Nullable(Of ListSortDirection)
public Nullable<ListSortDirection> SortDirection {get; set;}
See Also

Reference

GroupDescription Class
GroupDescription Members