Telerik.Web.Mvc.GroupDescriptor.CycleSortDirection C# (CSharp) 메소드

CycleSortDirection() 공개 메소드

Changes the SortDescriptor to the next logical value.
public CycleSortDirection ( ) : void
리턴 void
        public void CycleSortDirection()
        {
            this.SortDirection = GetNextSortDirection(this.SortDirection);
        }