# C1.Win.FlexGrid.Column.MaxLength

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_Column_MaxLength_" data-uid="C1.Win.FlexGrid.Column.MaxLength*">MaxLength Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_Column_MaxLength_" data-uid="C1.Win.FlexGrid.Column.MaxLength*"></a>
<h4 id="C1_Win_FlexGrid_Column_MaxLength" data-uid="C1.Win.FlexGrid.Column.MaxLength">MaxLength</h4>
<div class="markdown level1 summary"><p>Gets or sets the maximum number of characters the user can type or paste into the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.textboxbase">TextBoxBase</a>-based editor.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int MaxLength { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property MaxLength As Integer</code></pre>
</div>
</div>
