Use the members of this enumeration to set the value of the SortDirection property in the C1Field class.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public enum C1SortDirection
Visual Basic
Public Enumeration C1SortDirection

Members

Member nameDescription
NotSet No sorting.
Ascending Sort from smallest to largest. For example, A to Z or 1 to 9.
Descending Sort from largest to smallest. For example, Z to A or 9 to 1.

See Also