Click or drag to resize
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
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[FlagsAttribute]
public enum ListBoxReorderButtons
Members
  Member nameValueDescription
MoveUp1 Displays the move up button
MoveDown2 Displays the move down button
MoveToTop4 Displays the move to top button
MoveToBottom8 Displays the move to down button
All15 Displays all buttons
Common3 Displays the move up and the move down buttons only
Remarks