Class CustomDragDropBehavior
Inheritance
System.Object
CustomDragDropBehavior
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class CustomDragDropBehavior : ScheduleViewDragDropBehavior
Constructors
CustomDragDropBehavior()
Declaration
public CustomDragDropBehavior()
Methods
CanResize(DragDropState)
Declaration
public override bool CanResize(DragDropState state)
Parameters
Telerik.Windows.Controls.DragDropState
state
|
Returns
System.Boolean
|
CanStartDrag(DragDropState)
Declaration
public override bool CanStartDrag(DragDropState state)
Parameters
Telerik.Windows.Controls.DragDropState
state
|
Returns
System.Boolean
|