Class DragOperationType
Inheritance
System.Object
DragOperationType
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public sealed class DragOperationType : Enum
Fields
Drag
Link
Create dependency, add link, etc.
Declaration
public const DragOperationType Link
Field Value
DragOperationType
|
Resize
Change the size or the range of an item.
Declaration
public const DragOperationType Resize
Field Value
DragOperationType
|
value__
Declaration
public int value__
Field Value
System.Int32
|