# C1.Win.C1Input.FormatErrorEventArgs.Text

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Input_FormatErrorEventArgs_Text_" data-uid="C1.Win.C1Input.FormatErrorEventArgs.Text*">Text Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Input_FormatErrorEventArgs_Text_" data-uid="C1.Win.C1Input.FormatErrorEventArgs.Text*"></a>
<h4 id="C1_Win_C1Input_FormatErrorEventArgs_Text" data-uid="C1.Win.C1Input.FormatErrorEventArgs.Text">Text</h4>
<div class="markdown level1 summary"><p>The text to show in the control. Your code in FormatError event can set this argument to a text
you want to show in the control in case of a formatting error.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string Text { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Text As String</code></pre>
</div>
</div>
