# C1.WPF.Grid.GridTextColumn.FallbackValue

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Grid_GridTextColumn_FallbackValue_" data-uid="C1.WPF.Grid.GridTextColumn.FallbackValue*">FallbackValue Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Grid_GridTextColumn_FallbackValue_" data-uid="C1.WPF.Grid.GridTextColumn.FallbackValue*"></a>
<h4 id="C1_WPF_Grid_GridTextColumn_FallbackValue" data-uid="C1.WPF.Grid.GridTextColumn.FallbackValue">FallbackValue</h4>
<div class="markdown level1 summary"><p>Gets or sets the value used when the editor cannot produce a valid value
from the user's input during commit operations.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string FallbackValue { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property FallbackValue As String</code></pre>
</div>
<h5 id="C1_WPF_Grid_GridTextColumn_FallbackValue_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>User input is allowed, but if it is not valid:</p>
<ul><li>
If <a class="xref" href="C1.WPF.Grid.GridTextColumn.AllowInvalidValues.html#C1_WPF_Grid_GridTextColumn_AllowInvalidValues">AllowInvalidValues</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>, the input
is committed as-is.
</li><li>
If <a class="xref" href="C1.WPF.Grid.GridTextColumn.AllowInvalidValues.html#C1_WPF_Grid_GridTextColumn_AllowInvalidValues">AllowInvalidValues</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a> the 
<a class="xref" href="C1.WPF.Grid.GridTextColumn.FallbackValue.html#C1_WPF_Grid_GridTextColumn_FallbackValue">FallbackValue</a> value is committed.
</li></ul>
The default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.
</div>
</div>
