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#
[C1CategoryAttribute("Category.Behavior")]
[DefaultValueAttribute(SortType.Asc)]
[LayoutAttribute(LayoutType.Behavior)]
public SortType Sort { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Behavior")> _
<DefaultValueAttribute(SortType.Asc)> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property Sort As SortType
	Get
	Set

Examples

Copy CodeC#
<cc1:C1ComboBox ID="c1ComboBox2" runat="server" Sort="Asc"></cc1:C1ComboBox>

See Also