Click or drag to resize
KaxListBoxSort Enumeration
The Kettic.AspNet.Controls.KaxListBoxSort enumeration supports three values - None, Ascending, Descending. Default is None.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum KaxListBoxSort
Members
  Member nameValueDescription
None0 Items are not sorted at all.
Ascending1 Items are sorted in ascending order (min to max)
Descending2 Items are sorted in descending order (max to min)
See Also