Enum DragAction
Drag Action performed when drag over GridView elements.
Namespace: Telerik.Windows.Controls.GridView.Selection
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public enum DragAction
ExtendedSelect
Performs selection without taking the drag unit selection state.
None
Does not execute any action.
Select
Performs selection. This mode does not perform selection when dragging from unit that is selected.