Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadTaskBoardDragDropService : RadDragDropService, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IMessageListener
Inheritance: objectDisposableObjectRadObjectRadServiceRadDragDropServiceRadTaskBoardDragDropService...
Implements:
Inherited Members
Constructors
C#
public RadTaskBoardDragDropService(RadTaskBoardElement owner)
Properties
Gets or sets the offset from the edges of the control at which automatic scrolling starts.
C#
public int AutoScrollOffset { get; set; }
Methods
Determines whether the service may be started. Validation is as follows:
- Check whether Enabled is true.
- Check the context through IsContextValid method. An exception is thrown if context is invalid.
- Checks the current state - it should be Initial or Stopped.
C#
protected override bool IsDropTargetValid(ISupportDrop dropTarget)
Overrides:
C#
protected override void OnPreviewDragDrop(RadDropEventArgs e)
Overrides:
C#
protected override void OnPreviewDragOver(RadDragOverEventArgs e)
Overrides:
C#
protected virtual void OnScrollTimerColumnTick(RadTaskBoardColumnElement column)
C#
protected virtual void OnScrollTimerOwnerTick()
Stops the service. Performs the core logic.
C#
protected override void PerformStop()
Overrides: