Class DragResizeVisualProviderState
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|