Click or drag to resize
KaxListBoxSort 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 KaxListBoxSort Sort { get; set; }

Property Value

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