Click or drag to resize
KaxComboBoxSort Property
Automatically sorts items alphabetically (based on the Text property) in ascending or descending order.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxComboBoxSort Sort { get; set; }

Property Value

Type: KaxComboBoxSort
Examples
[New Example]
KaxComboBox1.Sort = KaxComboBoxSort.Ascending;
 KaxComboBox1.Sort = KaxComboBoxSort.Descending;
 KaxComboBox1.Sort = KaxComboBoxSort.None;
[New Example]
KaxComboBox1.Sort = KaxComboBoxSort.Ascending
 KaxComboBox1.Sort = KaxComboBoxSort.Descending
 KaxComboBox1.Sort = KaxComboBoxSort.None
See Also