Class RadTaskBoardDragDropService
Inheritance
System.Object
RadTaskBoardDragDropService
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.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskBoardDragDropService : RadDragDropService, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IMessageListener
Constructors
RadTaskBoardDragDropService(RadTaskBoardElement)
Declaration
public RadTaskBoardDragDropService(RadTaskBoardElement owner)
Parameters
RadTaskBoardElement
owner
|
Properties
AutoScrollOffset
Gets or sets the offset from the edges of the control at which automatic scrolling starts.
Declaration
public int AutoScrollOffset { get; set; }
Property Value
System.Int32
|
Methods
CanStart(Object)
Declaration
protected override bool CanStart(object context)
Parameters
System.Object
context
|
Returns
System.Boolean
|
Overrides
HandleMouseMove(Point)
Declaration
protected override void HandleMouseMove(Point mousePos)
Parameters
System.Drawing.Point
mousePos
|
Overrides
IsDropTargetValid(ISupportDrop)
Declaration
protected override bool IsDropTargetValid(ISupportDrop dropTarget)
Parameters
ISupportDrop
dropTarget
|
Returns
System.Boolean
|
Overrides
OnPreviewDragDrop(RadDropEventArgs)
Declaration
protected override void OnPreviewDragDrop(RadDropEventArgs e)
Parameters
RadDropEventArgs
e
|
Overrides
OnPreviewDragOver(RadDragOverEventArgs)
Declaration
protected override void OnPreviewDragOver(RadDragOverEventArgs e)
Parameters
RadDragOverEventArgs
e
|
Overrides
OnScrollTimerColumnTick(RadTaskBoardColumnElement)
Declaration
protected virtual void OnScrollTimerColumnTick(RadTaskBoardColumnElement column)
Parameters
RadTaskBoardColumnElement
column
|
OnScrollTimerOwnerTick()
Declaration
protected virtual void OnScrollTimerOwnerTick()
PerformStop()
PrepareContext()
Declaration
protected override bool PrepareContext()
Returns
System.Boolean
|