# C1.Win.FlexGrid.GridErrorEventArgs.Handled

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_GridErrorEventArgs_Handled_" data-uid="C1.Win.FlexGrid.GridErrorEventArgs.Handled*">Handled Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_GridErrorEventArgs_Handled_" data-uid="C1.Win.FlexGrid.GridErrorEventArgs.Handled*"></a>
<h4 id="C1_Win_FlexGrid_GridErrorEventArgs_Handled" data-uid="C1.Win.FlexGrid.GridErrorEventArgs.Handled">Handled</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the error situation has been handled by the control.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Handled { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Handled As Boolean</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_GridErrorEventArgs_Handled_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If this value is set to False, the grid will throw the exception.</p>
</div>
</div>
