KaxComboBoxSort Enumeration |
The Kettic.AspNet.Controls.KaxComboBoxSort 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)
Syntax public enum KaxComboBoxSort
Public Enumeration KaxComboBoxSort
public enum class KaxComboBoxSort
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