KaxListBoxSort Enumeration |
The Kettic.AspNet.Controls.KaxListBoxSort enumeration supports three values - None, Ascending, Descending. Default is None.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum KaxListBoxSort
Public Enumeration KaxListBoxSort
public enum class KaxListBoxSort
Members
| Member name | Value | Description |
---|
| None | 0 |
Items are not sorted at all.
|
| Ascending | 1 |
Items are sorted in ascending order (min to max)
|
| Descending | 2 |
Items are sorted in descending order (max to min)
|
See Also