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