# C1.WPF.Schedule.C1Scheduler.IsDragDropDisabled

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Schedule_C1Scheduler_IsDragDropDisabled_" data-uid="C1.WPF.Schedule.C1Scheduler.IsDragDropDisabled*">IsDragDropDisabled Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Schedule_C1Scheduler_IsDragDropDisabled_" data-uid="C1.WPF.Schedule.C1Scheduler.IsDragDropDisabled*"></a>
<h4 id="C1_WPF_Schedule_C1Scheduler_IsDragDropDisabled" data-uid="C1.WPF.Schedule.C1Scheduler.IsDragDropDisabled">IsDragDropDisabled</h4>
<div class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value that indicates whether
the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> doesn't allow appointment resizing and drag operations.
This is a dependency property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool IsDragDropDisabled { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property IsDragDropDisabled As Boolean</code></pre>
</div>
<h5 id="C1_WPF_Schedule_C1Scheduler_IsDragDropDisabled_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Disabling of appointment resizing and drag operations is implemented with the help of
<a class="xref" href="C1.WPF.Schedule.CoverElementsPane.IsDragDropDisabled.html#C1_WPF_Schedule_CoverElementsPane_IsDragDropDisabled">IsDragDropDisabled</a> property in default styles and templates.
Make sure to honor <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IsDragDropDisabled.html#C1_WPF_Schedule_C1Scheduler_IsDragDropDisabled">IsDragDropDisabled</a> property value
in custom styles and templates.</p>
</div>
</div>
