Class DragResizeVisualProviderState
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class DragResizeVisualProviderState : DragVisualProviderState
Properties
DragOperationType
IsDragging
Declaration
public bool IsDragging { get; }
Property Value
System.Boolean
|
IsLinking
Declaration
public bool IsLinking { get; }
Property Value
System.Boolean
|
IsResizing
Declaration
public bool IsResizing { get; }
Property Value
System.Boolean
|
VisualDataContext
Declaration
public object VisualDataContext { get; }
Property Value
System.Object
|