Automatically sorts items alphabetically (based on the Text
property) in ascending or descending order.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxListBoxSort Sort { get; set; }
Public Property Sort As KaxListBoxSort
Get
Set
public:
property KaxListBoxSort Sort {
KaxListBoxSort get ();
void set (KaxListBoxSort value);
}
member Sort : KaxListBoxSort with get, set
Property Value
Type:
KaxListBoxSort
ExamplesKaxListBox1.Sort = KaxListBoxSort.Ascending;
KaxListBox1.Sort = KaxListBoxSort.Descending;
KaxListBox1.Sort = KaxListBoxSort.None;
KaxListBox1.Sort = KaxListBoxSort.Ascending
KaxListBox1.Sort = KaxListBoxSort.Descending
KaxListBox1.Sort = KaxListBoxSort.None
See Also