C# Class Telerik.Web.Mvc.GroupDescriptor

Represents grouping criteria.
Inheritance: IDescriptor
Show file Open project: juanplopes/simple-telerik

Public Methods

Method Description
CycleSortDirection ( ) : void

Changes the SortDescriptor to the next logical value.

Private Methods

Method Description
GetNextSortDirection ( ListSortDirection sortDirection ) : ListSortDirection

Method Details

CycleSortDirection() public method

Changes the SortDescriptor to the next logical value.
public CycleSortDirection ( ) : void
return void