Determines whether the items in the C1ComboBoxItems list appear in ascending or descending order.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public enum SortType
Visual Basic (Declaration)
Public Enumeration SortType

Members

Member nameDescription
Desc Descending.
Asc Ascending.

See Also