# C1.WPF.Grid.GridDateTimeColumn

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridDateTimeColumn" data-uid="C1.WPF.Grid.GridDateTimeColumn" class="text-break">GridDateTimeColumn Class
</h1>
  <div class="markdown level0 summary"><p>Grid column whose cells are either a date or time.</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">GridDateTimeColumn</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_GridDateTimeColumn_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridDateTimeColumn : GridColumn, INotifyPropertyChanged, INotifyPropertyChanging</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridDateTimeColumn
    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_GridDateTimeColumn__ctor" data-uid="C1.WPF.Grid.GridDateTimeColumn.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridDateTimeColumn.-ctor.html#C1_WPF_Grid_GridDateTimeColumn__ctor">GridDateTimeColumn()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridDateTimeColumn.html">GridDateTimeColumn</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridDateTimeColumn__ctor_System_Reflection_PropertyInfo_" data-uid="C1.WPF.Grid.GridDateTimeColumn.#ctor(System.Reflection.PropertyInfo)">
          <a class="xref" href="C1.WPF.Grid.GridDateTimeColumn.-ctor.html#C1_WPF_Grid_GridDateTimeColumn__ctor_System_Reflection_PropertyInfo_">GridDateTimeColumn(PropertyInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridDateTimeColumn.html">GridDateTimeColumn</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_GridDateTimeColumn_Mode" data-uid="C1.WPF.Grid.GridDateTimeColumn.Mode">
          <a class="xref" href="C1.WPF.Grid.GridDateTimeColumn.Mode.html#C1_WPF_Grid_GridDateTimeColumn_Mode">Mode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the column will show date or time information.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridDateTimeColumn_Offset" data-uid="C1.WPF.Grid.GridDateTimeColumn.Offset">
          <a class="xref" href="C1.WPF.Grid.GridDateTimeColumn.Offset.html#C1_WPF_Grid_GridDateTimeColumn_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the offset used to display the date in this column.</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_GridDateTimeColumn_CreateCellEditor_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridDateTimeColumn.CreateCellEditor(C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridDateTimeColumn.CreateCellEditor.html#C1_WPF_Grid_GridDateTimeColumn_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_GridDateTimeColumn_GetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridDateTimeColumn.GetCellValue(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridDateTimeColumn.GetCellValue.html#C1_WPF_Grid_GridDateTimeColumn_GetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_">GetCellValue(GridCellType, GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the raw value corresponding to the cell in the intersection of the specified row and this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridDateTimeColumn_GetDesignTimeValue_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridDateTimeColumn.GetDesignTimeValue(C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridDateTimeColumn.GetDesignTimeValue.html#C1_WPF_Grid_GridDateTimeColumn_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_GridDateTimeColumn_GetEditorValue_C1_WPF_Grid_GridRow_System_Windows_FrameworkElement_" data-uid="C1.WPF.Grid.GridDateTimeColumn.GetEditorValue(C1.WPF.Grid.GridRow,System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Grid.GridDateTimeColumn.GetEditorValue.html#C1_WPF_Grid_GridDateTimeColumn_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>
