# C1.Blazor.Grid.GridTextColumn

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Grid_GridTextColumn" data-uid="C1.Blazor.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="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.componentbase">ComponentBase</a></div>
    <div class="level2"><a class="xref" href="C1.Blazor.Grid.GridRowCol.html">GridRowCol</a></div>
    <div class="level3"><a class="xref" href="C1.Blazor.Grid.GridColumn.html">GridColumn</a></div>
    <div class="level4"><span class="xref">GridTextColumn</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleafterrender">IHandleAfterRender</a></div>
    <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><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleevent">IHandleEvent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.Grid.html">C1.Blazor.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Grid.dll</h6>
  <h5 id="C1_Blazor_Grid_GridTextColumn_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridTextColumn : GridColumn, IComponent, IHandleAfterRender, INotifyPropertyChanged, INotifyPropertyChanging, IHandleEvent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridTextColumn
    Inherits GridColumn
    Implements IComponent, IHandleAfterRender, INotifyPropertyChanged, INotifyPropertyChanging, IHandleEvent, IDisposable</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_Blazor_Grid_GridTextColumn__ctor" data-uid="C1.Blazor.Grid.GridTextColumn.#ctor">
          <a class="xref" href="C1.Blazor.Grid.GridTextColumn.-ctor.html#C1_Blazor_Grid_GridTextColumn__ctor">GridTextColumn()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Blazor.Grid.GridTextColumn.html">GridTextColumn</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridTextColumn__ctor_System_Reflection_PropertyInfo_" data-uid="C1.Blazor.Grid.GridTextColumn.#ctor(System.Reflection.PropertyInfo)">
          <a class="xref" href="C1.Blazor.Grid.GridTextColumn.-ctor.html#C1_Blazor_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.Blazor.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_Blazor_Grid_GridTextColumn_AllowInvalidValues" data-uid="C1.Blazor.Grid.GridTextColumn.AllowInvalidValues">
          <a class="xref" href="C1.Blazor.Grid.GridTextColumn.AllowInvalidValues.html#C1_Blazor_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_Blazor_Grid_GridTextColumn_FallbackValue" data-uid="C1.Blazor.Grid.GridTextColumn.FallbackValue">
          <a class="xref" href="C1.Blazor.Grid.GridTextColumn.FallbackValue.html#C1_Blazor_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_Blazor_Grid_GridTextColumn_Mask" data-uid="C1.Blazor.Grid.GridTextColumn.Mask">
          <a class="xref" href="C1.Blazor.Grid.GridTextColumn.Mask.html#C1_Blazor_Grid_GridTextColumn_Mask">Mask</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Blazor.Input/C1.Blazor.Input.C1MaskedTextBox.Mask.html#C1_Blazor_Input_C1MaskedTextBox_Mask">Mask</a> value of the editor.
Setting this property updates the <a class="xref" href="../C1.Blazor.Input/C1.Blazor.Input.C1MaskedTextBox.Mask.html#C1_Blazor_Input_C1MaskedTextBox_Mask">Mask</a> on the underlying editor instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridTextColumn_MaskFormat" data-uid="C1.Blazor.Grid.GridTextColumn.MaskFormat">
          <a class="xref" href="C1.Blazor.Grid.GridTextColumn.MaskFormat.html#C1_Blazor_Grid_GridTextColumn_MaskFormat">MaskFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Blazor.Input/C1.Blazor.Input.C1MaskedTextBox.MaskFormat.html#C1_Blazor_Input_C1MaskedTextBox_MaskFormat">MaskFormat</a> value of the editor.
Setting this property updates the <a class="xref" href="../C1.Blazor.Input/C1.Blazor.Input.C1MaskedTextBox.MaskFormat.html#C1_Blazor_Input_C1MaskedTextBox_MaskFormat">MaskFormat</a> on the underlying editor instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridTextColumn_MaskPromptChar" data-uid="C1.Blazor.Grid.GridTextColumn.MaskPromptChar">
          <a class="xref" href="C1.Blazor.Grid.GridTextColumn.MaskPromptChar.html#C1_Blazor_Grid_GridTextColumn_MaskPromptChar">MaskPromptChar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Blazor.Input/C1.Blazor.Input.C1MaskedTextBox.PromptChar.html#C1_Blazor_Input_C1MaskedTextBox_PromptChar">PromptChar</a> value of the editor.
Setting this property updates the <a class="xref" href="../C1.Blazor.Input/C1.Blazor.Input.C1MaskedTextBox.PromptChar.html#C1_Blazor_Input_C1MaskedTextBox_PromptChar">PromptChar</a> 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_Blazor_Grid_GridTextColumn_GetCellEditorFragment_C1_Blazor_Grid_GridRow_C1_Blazor_Grid_GridControlEditingContext_" data-uid="C1.Blazor.Grid.GridTextColumn.GetCellEditorFragment(C1.Blazor.Grid.GridRow,C1.Blazor.Grid.GridControlEditingContext)">
          <a class="xref" href="C1.Blazor.Grid.GridTextColumn.GetCellEditorFragment.html#C1_Blazor_Grid_GridTextColumn_GetCellEditorFragment_C1_Blazor_Grid_GridRow_C1_Blazor_Grid_GridControlEditingContext_">GetCellEditorFragment(GridRow, GridControlEditingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the cell editor fragment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridTextColumn_GetEditorValue_C1_Blazor_Grid_GridRow_Microsoft_AspNetCore_Components_ComponentBase_" data-uid="C1.Blazor.Grid.GridTextColumn.GetEditorValue(C1.Blazor.Grid.GridRow,Microsoft.AspNetCore.Components.ComponentBase)">
          <a class="xref" href="C1.Blazor.Grid.GridTextColumn.GetEditorValue.html#C1_Blazor_Grid_GridTextColumn_GetEditorValue_C1_Blazor_Grid_GridRow_Microsoft_AspNetCore_Components_ComponentBase_">GetEditorValue(GridRow, ComponentBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the editor value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
