SortDirection Property
SortDirection
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.
Declaration
public ListSortDirection? SortDirection { get; set; }
Public Property SortDirection As ListSortDirection?