# C1.Win.Schedule.C1Schedule.AllowDrop

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Schedule_C1Schedule_AllowDrop_" data-uid="C1.Win.Schedule.C1Schedule.AllowDrop*">AllowDrop Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Schedule_C1Schedule_AllowDrop_" data-uid="C1.Win.Schedule.C1Schedule.AllowDrop*"></a>
<h4 id="C1_Win_Schedule_C1Schedule_AllowDrop" data-uid="C1.Win.Schedule.C1Schedule.AllowDrop">AllowDrop</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the control can accept data
that the user drags onto it.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;AllowDrop&quot;, &quot;Determines whether the control accepts dropped data.&quot;)]
[C1Category(&quot;Behavior&quot;)]
public override bool AllowDrop { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;AllowDrop&quot;, &quot;Determines whether the control accepts dropped data.&quot;)&gt;
&lt;C1Category(&quot;Behavior&quot;)&gt;
Public Overrides Property AllowDrop As Boolean</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.allowdrop">Control.AllowDrop</a></div>
</div>
