# GrapeCity.Spreadsheet.Drawing.ConnectionShape.CanEditText

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Drawing_ConnectionShape_CanEditText_" data-uid="GrapeCity.Spreadsheet.Drawing.ConnectionShape.CanEditText*">CanEditText Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Drawing_ConnectionShape_CanEditText_" data-uid="GrapeCity.Spreadsheet.Drawing.ConnectionShape.CanEditText*"></a>
<h4 id="GrapeCity_Spreadsheet_Drawing_ConnectionShape_CanEditText" data-uid="GrapeCity.Spreadsheet.Drawing.ConnectionShape.CanEditText">CanEditText</h4>
<div class="markdown level1 summary"><p>Gets a boolean value indicating whether the user can edit text of the shape.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override bool? CanEditText { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Property CanEditText As Boolean?</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">GrapeCity.Spreadsheet.Drawing.Shape.CanEditText</span></div>
</div>
