Click or drag to resize
KaxComboBoxSortItems Method
Sorts the items in the KaxComboBox.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void SortItems()
Examples
[New Example]
KaxComboBox1.Sort=KaxComboBoxSort.Ascending
KaxComboBox1.SortItems()
[New Example]
KaxComboBox1.Sort=KaxComboBoxSort.Ascending;
KaxComboBox1.SortItems();
See Also