# C1.WPF.Grid.GridTextColumn

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridTextColumn" data-uid="C1.WPF.Grid.GridTextColumn" class="text-break">GridTextColumn Class
</h1>
  <div class="markdown level0 summary"><p>Represents a column for textual data.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.WPF.Grid.GridRowCol.html">GridRowCol</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.Grid.GridColumn.html">GridColumn</a></div>
    <div class="level3"><span class="xref">GridTextColumn</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanging">INotifyPropertyChanging</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_GridTextColumn_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridTextColumn : GridColumn, INotifyPropertyChanged, INotifyPropertyChanging</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridTextColumn
    Inherits GridColumn
    Implements INotifyPropertyChanged, INotifyPropertyChanging</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Grid_GridTextColumn__ctor" data-uid="C1.WPF.Grid.GridTextColumn.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridTextColumn.-ctor.html#C1_WPF_Grid_GridTextColumn__ctor">GridTextColumn()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridTextColumn.html">GridTextColumn</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridTextColumn__ctor_System_Reflection_PropertyInfo_" data-uid="C1.WPF.Grid.GridTextColumn.#ctor(System.Reflection.PropertyInfo)">
          <a class="xref" href="C1.WPF.Grid.GridTextColumn.-ctor.html#C1_WPF_Grid_GridTextColumn__ctor_System_Reflection_PropertyInfo_">GridTextColumn(PropertyInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridTextColumn.html">GridTextColumn</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Grid_GridTextColumn_AllowInvalidValues" data-uid="C1.WPF.Grid.GridTextColumn.AllowInvalidValues">
          <a class="xref" href="C1.WPF.Grid.GridTextColumn.AllowInvalidValues.html#C1_WPF_Grid_GridTextColumn_AllowInvalidValues">AllowInvalidValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether input that cannot be converted
to a value is allowed during commit operations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridTextColumn_FallbackValue" data-uid="C1.WPF.Grid.GridTextColumn.FallbackValue">
          <a class="xref" href="C1.WPF.Grid.GridTextColumn.FallbackValue.html#C1_WPF_Grid_GridTextColumn_FallbackValue">FallbackValue</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridTextColumn_Mask" data-uid="C1.WPF.Grid.GridTextColumn.Mask">
          <a class="xref" href="C1.WPF.Grid.GridTextColumn.Mask.html#C1_WPF_Grid_GridTextColumn_Mask">Mask</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">C1.WPF.Input.C1MaskedTextBox.Mask</span> value of the editor.
Setting this property updates the <span class="xref">C1.WPF.Input.C1MaskedTextBox.Mask</span> on the underlying editor instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridTextColumn_MaskFormat" data-uid="C1.WPF.Grid.GridTextColumn.MaskFormat">
          <a class="xref" href="C1.WPF.Grid.GridTextColumn.MaskFormat.html#C1_WPF_Grid_GridTextColumn_MaskFormat">MaskFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">C1.WPF.Input.C1MaskedTextBox.TextMaskFormat</span> value of the editor.
Setting this property updates the <span class="xref">C1.WPF.Input.C1MaskedTextBox.TextMaskFormat</span> on the underlying editor instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridTextColumn_MaskPromptChar" data-uid="C1.WPF.Grid.GridTextColumn.MaskPromptChar">
          <a class="xref" href="C1.WPF.Grid.GridTextColumn.MaskPromptChar.html#C1_WPF_Grid_GridTextColumn_MaskPromptChar">MaskPromptChar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">C1.WPF.Input.C1MaskedTextBox.PromptChar</span> value of the editor.
Setting this property updates the <span class="xref">C1.WPF.Input.C1MaskedTextBox.PromptChar</span> on the underlying editor instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridTextColumn_MaskReplaceMode" data-uid="C1.WPF.Grid.GridTextColumn.MaskReplaceMode">
          <a class="xref" href="C1.WPF.Grid.GridTextColumn.MaskReplaceMode.html#C1_WPF_Grid_GridTextColumn_MaskReplaceMode">MaskReplaceMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">C1.WPF.Input.C1MaskedTextBox.ReplaceMode</span> value of the editor.
Setting this property updates the <span class="xref">C1.WPF.Input.C1MaskedTextBox.ReplaceMode</span> on the underlying editor instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Grid_GridTextColumn_CreateCellEditor_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridTextColumn.CreateCellEditor(C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridTextColumn.CreateCellEditor.html#C1_WPF_Grid_GridTextColumn_CreateCellEditor_C1_WPF_Grid_GridRow_">CreateCellEditor(GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the cell editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridTextColumn_GetEditorValue_C1_WPF_Grid_GridRow_System_Windows_FrameworkElement_" data-uid="C1.WPF.Grid.GridTextColumn.GetEditorValue(C1.WPF.Grid.GridRow,System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Grid.GridTextColumn.GetEditorValue.html#C1_WPF_Grid_GridTextColumn_GetEditorValue_C1_WPF_Grid_GridRow_System_Windows_FrameworkElement_">GetEditorValue(GridRow, FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the editor value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
