| ListBoxReorderButtons Enumeration |
Specifies which reorder buttons should be shown in KaxListBox. Members might be combined using bitwise operators allowing for custom configurations.
Namespace: Kettic.AspNet.Controls
| Member name | Value | Description | |
|---|---|---|---|
| MoveUp | 1 | Displays the move up button | |
| MoveDown | 2 | Displays the move down button | |
| MoveToTop | 4 | Displays the move to top button | |
| MoveToBottom | 8 | Displays the move to down button | |
| All | 15 | Displays all buttons | |
| Common | 3 | Displays the move up and the move down buttons only |