ListBoxDropPosition Enumeration |
Specifies the position at which the user has dragged and dropped the source item(s) with regards to the
destination item.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum ListBoxDropPosition
Public Enumeration ListBoxDropPosition
public enum class ListBoxDropPosition
Members
| Member name | Value | Description |
---|
| Above | 0 |
The source item(s) is dropped above (before) the destination item.
|
| Below | 1 |
The source item(s) is dropped below (after) the destination item.
|
See Also