Enum PageViewItemDragMode
Defines possible modes for dragging items within a RadPageView instance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum PageViewItemDragMode
Immediate
The item is immediately reordered when moved to a different position.
None
Item dragging is disabled.
Preview
A preview is generated, indicating where the item will be inserted when dropped. This mode is cancelable.