ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / DragNotificationControl Property

In This Topic
    DragNotificationControl Property (C1GanttView)
    In This Topic
    The DragNotificationBase control that can be used to reflect task dragging information in some tooltip view. Also the DragNotificationBase class contains methods convenient to track the changing of Duration, Start, Finish and other parameters of the dragging BaseTask.
    Syntax
    'Declaration
     
    Public Property DragNotificationControl As DragNotificationBase
    public DragNotificationBase DragNotificationControl {get; set;}
    See Also