Class DragAction
Drag Action performed when drag over GridView elements.
Inheritance
System.Object
DragAction
Namespace: Telerik.Windows.Controls.GridView.Selection
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class DragAction : Enum
Fields
ExtendedSelect
Performs selection without taking the drag unit selection state.
Declaration
public const DragAction ExtendedSelect
Field Value
DragAction
|
None
Select
Performs selection. This mode does not perform selection when dragging from unit that is selected.
Declaration
public const DragAction Select
Field Value
DragAction
|
value__
Declaration
public int value__
Field Value
System.Int32
|