# C1.Win.FlexGrid.RowCol.AllowDragging

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_RowCol_AllowDragging_" data-uid="C1.Win.FlexGrid.RowCol.AllowDragging*">AllowDragging Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_RowCol_AllowDragging_" data-uid="C1.Win.FlexGrid.RowCol.AllowDragging*"></a>
<h4 id="C1_Win_FlexGrid_RowCol_AllowDragging" data-uid="C1.Win.FlexGrid.RowCol.AllowDragging">AllowDragging</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the user can drag this row or column with the mouse.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual bool AllowDragging { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Property AllowDragging As Boolean</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_RowCol_AllowDragging_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The grid object also has an <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.AllowDragging.html#C1_Win_FlexGrid_C1FlexGridBase_AllowDragging">AllowDragging</a> property.
If dragging is disabled at the grid level, the user will not be able to drag any rows or columns.</p>
<p>If dragging is allowed by the grid's <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.AllowDragging.html#C1_Win_FlexGrid_C1FlexGridBase_AllowDragging">AllowDragging</a> property, then
dragging of individual rows and columns can still be disabled by setting this property to false.</p>
</div>
</div>
