# C1.WPF.Grid.GridImageColumn

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridImageColumn" data-uid="C1.WPF.Grid.GridImageColumn" class="text-break">GridImageColumn Class
</h1>
  <div class="markdown level0 summary"><p>Represent a column whose cells are an image.</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">GridImageColumn</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_GridImageColumn_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridImageColumn : GridColumn, INotifyPropertyChanged, INotifyPropertyChanging</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridImageColumn
    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_GridImageColumn__ctor" data-uid="C1.WPF.Grid.GridImageColumn.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridImageColumn.-ctor.html#C1_WPF_Grid_GridImageColumn__ctor">GridImageColumn()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridImageColumn.html">GridImageColumn</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_GridImageColumn_Placeholder" data-uid="C1.WPF.Grid.GridImageColumn.Placeholder">
          <a class="xref" href="C1.WPF.Grid.GridImageColumn.Placeholder.html#C1_WPF_Grid_GridImageColumn_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the placeholder image used when no image could be downloaded.</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_GridImageColumn_AllowEditing_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridImageColumn.AllowEditing(C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridImageColumn.AllowEditing.html#C1_WPF_Grid_GridImageColumn_AllowEditing_C1_WPF_Grid_GridRow_">AllowEditing(GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true when the cell in the intersection of the specified row and this column can be edited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridImageColumn_BindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridImageColumn.BindCellContent(System.Windows.FrameworkElement,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridImageColumn.BindCellContent.html#C1_WPF_Grid_GridImageColumn_BindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_">BindCellContent(FrameworkElement, GridCellType, GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Binds the content of the cell with the data item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridImageColumn_CreateCellContent_C1_WPF_Grid_GridCellType_System_Object_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridImageColumn.CreateCellContent(C1.WPF.Grid.GridCellType,System.Object,C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridImageColumn.CreateCellContent.html#C1_WPF_Grid_GridImageColumn_CreateCellContent_C1_WPF_Grid_GridCellType_System_Object_C1_WPF_Grid_GridRow_">CreateCellContent(GridCellType, object, GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the content of the cell (Without binding it to the data item).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridImageColumn_CreateCellEditor_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridImageColumn.CreateCellEditor(C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridImageColumn.CreateCellEditor.html#C1_WPF_Grid_GridImageColumn_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_GridImageColumn_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridImageColumn.GetCellContentType(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridImageColumn.GetCellContentType.html#C1_WPF_Grid_GridImageColumn_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_">GetCellContentType(GridCellType, GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of cell content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridImageColumn_GetDesignTimeValue_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridImageColumn.GetDesignTimeValue(C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridImageColumn.GetDesignTimeValue.html#C1_WPF_Grid_GridImageColumn_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>
    </tbody>
  </table>

</div>
