# C1.WPF.Grid.GridNumericColumn

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridNumericColumn" data-uid="C1.WPF.Grid.GridNumericColumn" class="text-break">GridNumericColumn Class
</h1>
  <div class="markdown level0 summary"><p>Represent a column whose cells are numbers.</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">GridNumericColumn</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_GridNumericColumn_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridNumericColumn : GridColumn, INotifyPropertyChanged, INotifyPropertyChanging</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridNumericColumn
    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_GridNumericColumn__ctor" data-uid="C1.WPF.Grid.GridNumericColumn.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridNumericColumn.-ctor.html#C1_WPF_Grid_GridNumericColumn__ctor">GridNumericColumn()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridNumericColumn.html">GridNumericColumn</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridNumericColumn__ctor_System_Reflection_PropertyInfo_" data-uid="C1.WPF.Grid.GridNumericColumn.#ctor(System.Reflection.PropertyInfo)">
          <a class="xref" href="C1.WPF.Grid.GridNumericColumn.-ctor.html#C1_WPF_Grid_GridNumericColumn__ctor_System_Reflection_PropertyInfo_">GridNumericColumn(PropertyInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridColumn.html">GridColumn</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_GridNumericColumn_Maximum" data-uid="C1.WPF.Grid.GridNumericColumn.Maximum">
          <a class="xref" href="C1.WPF.Grid.GridNumericColumn.Maximum.html#C1_WPF_Grid_GridNumericColumn_Maximum">Maximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum value accepted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridNumericColumn_Minimum" data-uid="C1.WPF.Grid.GridNumericColumn.Minimum">
          <a class="xref" href="C1.WPF.Grid.GridNumericColumn.Minimum.html#C1_WPF_Grid_GridNumericColumn_Minimum">Minimum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum value accepted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridNumericColumn_Step" data-uid="C1.WPF.Grid.GridNumericColumn.Step">
          <a class="xref" href="C1.WPF.Grid.GridNumericColumn.Step.html#C1_WPF_Grid_GridNumericColumn_Step">Step</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how much the value changes when using up and down buttons.</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_GridNumericColumn_CreateCellEditor_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridNumericColumn.CreateCellEditor(C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridNumericColumn.CreateCellEditor.html#C1_WPF_Grid_GridNumericColumn_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_GridNumericColumn_GetDesignTimeValue_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridNumericColumn.GetDesignTimeValue(C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridNumericColumn.GetDesignTimeValue.html#C1_WPF_Grid_GridNumericColumn_GetDesignTimeValue_C1_WPF_Grid_GridRow_">GetDesignTimeValue(GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets of sets the value used to display in the cells at design-time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridNumericColumn_GetEditorValue_C1_WPF_Grid_GridRow_System_Windows_FrameworkElement_" data-uid="C1.WPF.Grid.GridNumericColumn.GetEditorValue(C1.WPF.Grid.GridRow,System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Grid.GridNumericColumn.GetEditorValue.html#C1_WPF_Grid_GridNumericColumn_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>
