# GrapeCity.Spreadsheet.Slicers.ISlicer.DisableMoveResizeUI

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Slicers_ISlicer_DisableMoveResizeUI_" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicer.DisableMoveResizeUI*">DisableMoveResizeUI Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Slicers_ISlicer_DisableMoveResizeUI_" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicer.DisableMoveResizeUI*"></a>
<h4 id="GrapeCity_Spreadsheet_Slicers_ISlicer_DisableMoveResizeUI" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicer.DisableMoveResizeUI">DisableMoveResizeUI</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the specified slicer can be moved or resized by using the user interface.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">bool DisableMoveResizeUI { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property DisableMoveResizeUI As Boolean</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><code>true</code> if  the slicer cannot be moved or resized by selecting borders or handles in the user interface; otherwise, <code>false</code>.
Setting the <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicer.DisableMoveResizeUI.html#GrapeCity_Spreadsheet_Slicers_ISlicer_DisableMoveResizeUI">DisableMoveResizeUI</a> property to <code>true</code> affects only the user interface.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
