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
Resize
Change the size or the range of an item.
Declaration
public const DragOperationType Resize
Field Value
value__
Declaration
public int value__
Field Value
System.
|