# C1.Win.GanttView.C1GanttView.DragNotificationControl

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_GanttView_C1GanttView_DragNotificationControl_" data-uid="C1.Win.GanttView.C1GanttView.DragNotificationControl*">DragNotificationControl Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_GanttView_C1GanttView_DragNotificationControl_" data-uid="C1.Win.GanttView.C1GanttView.DragNotificationControl*"></a>
<h4 id="C1_Win_GanttView_C1GanttView_DragNotificationControl" data-uid="C1.Win.GanttView.C1GanttView.DragNotificationControl">DragNotificationControl</h4>
<div class="markdown level1 summary"><p>The <a class="xref" href="C1.Win.GanttView.DragNotificationBase.html">DragNotificationBase</a> control that can be used to reflect task dragging information in some tooltip view.
Also the <a class="xref" href="C1.Win.GanttView.DragNotificationBase.html">DragNotificationBase</a> class contains methods convenient to track the changing of Duration, Start, Finish
and other parameters of the dragging <a class="xref" href="C1.Win.GanttView.BaseTask.html">BaseTask</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public DragNotificationBase DragNotificationControl { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Property DragNotificationControl As DragNotificationBase</code></pre>
</div>
</div>
