# C1.WPF.Grid.GridColumn

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridColumn" data-uid="C1.WPF.Grid.GridColumn" class="text-break">GridColumn Class
</h1>
  <div class="markdown level0 summary"><p>Represents a grid column.</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"><span class="xref">GridColumn</span></div>
      <div class="level3"><a class="xref" href="C1.WPF.Grid.GridDateTimeColumn.html">GridDateTimeColumn</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.Grid.GridHyperlinkColumn.html">GridHyperlinkColumn</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.Grid.GridImageColumn.html">GridImageColumn</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.Grid.GridNumericColumn.html">GridNumericColumn</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.Grid.GridRowHeaderColumn.html">GridRowHeaderColumn</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.Grid.GridTextColumn.html">GridTextColumn</a></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_GridColumn_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridColumn : GridRowCol, INotifyPropertyChanged, INotifyPropertyChanging</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridColumn
    Inherits GridRowCol
    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_GridColumn__ctor" data-uid="C1.WPF.Grid.GridColumn.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridColumn.-ctor.html#C1_WPF_Grid_GridColumn__ctor">GridColumn()</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>
      <tr>
        <td id="C1_WPF_Grid_GridColumn__ctor_System_Reflection_PropertyInfo_" data-uid="C1.WPF.Grid.GridColumn.#ctor(System.Reflection.PropertyInfo)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.-ctor.html#C1_WPF_Grid_GridColumn__ctor_System_Reflection_PropertyInfo_">GridColumn(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_GridColumn_ActualHeader" data-uid="C1.WPF.Grid.GridColumn.ActualHeader">
          <a class="xref" href="C1.WPF.Grid.GridColumn.ActualHeader.html#C1_WPF_Grid_GridColumn_ActualHeader">ActualHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the header that will be shown in the column header. if <a class="xref" href="C1.WPF.Grid.GridColumn.Header.html#C1_WPF_Grid_GridColumn_Header">Header</a> is not specified the <a class="xref" href="C1.WPF.Grid.GridColumn.Binding.html#C1_WPF_Grid_GridColumn_Binding">Binding</a> property will be used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_ActualWidth" data-uid="C1.WPF.Grid.GridColumn.ActualWidth">
          <a class="xref" href="C1.WPF.Grid.GridColumn.ActualWidth.html#C1_WPF_Grid_GridColumn_ActualWidth">ActualWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual width of the column in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_Aggregate" data-uid="C1.WPF.Grid.GridColumn.Aggregate">
          <a class="xref" href="C1.WPF.Grid.GridColumn.Aggregate.html#C1_WPF_Grid_GridColumn_Aggregate">Aggregate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of aggregate to include in group headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_AggregateFunctions" data-uid="C1.WPF.Grid.GridColumn.AggregateFunctions">
          <a class="xref" href="C1.WPF.Grid.GridColumn.AggregateFunctions.html#C1_WPF_Grid_GridColumn_AggregateFunctions">AggregateFunctions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of aggregate functions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_AllowDragging" data-uid="C1.WPF.Grid.GridColumn.AllowDragging">
          <a class="xref" href="C1.WPF.Grid.GridColumn.AllowDragging.html#C1_WPF_Grid_GridColumn_AllowDragging">AllowDragging</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this column can be dragged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_AllowFiltering" data-uid="C1.WPF.Grid.GridColumn.AllowFiltering">
          <a class="xref" href="C1.WPF.Grid.GridColumn.AllowFiltering.html#C1_WPF_Grid_GridColumn_AllowFiltering">AllowFiltering</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the user can filter by this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_AllowGrouping" data-uid="C1.WPF.Grid.GridColumn.AllowGrouping">
          <a class="xref" href="C1.WPF.Grid.GridColumn.AllowGrouping.html#C1_WPF_Grid_GridColumn_AllowGrouping">AllowGrouping</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the user can group by this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_AllowMerging" data-uid="C1.WPF.Grid.GridColumn.AllowMerging">
          <a class="xref" href="C1.WPF.Grid.GridColumn.AllowMerging.html#C1_WPF_Grid_GridColumn_AllowMerging">AllowMerging</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether cells in this column can be merged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_AllowResizing" data-uid="C1.WPF.Grid.GridColumn.AllowResizing">
          <a class="xref" href="C1.WPF.Grid.GridColumn.AllowResizing.html#C1_WPF_Grid_GridColumn_AllowResizing">AllowResizing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this column can be resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_AllowSorting" data-uid="C1.WPF.Grid.GridColumn.AllowSorting">
          <a class="xref" href="C1.WPF.Grid.GridColumn.AllowSorting.html#C1_WPF_Grid_GridColumn_AllowSorting">AllowSorting</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the user can sort this column by tapping the column header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_Background" data-uid="C1.WPF.Grid.GridColumn.Background">
          <a class="xref" href="C1.WPF.Grid.GridColumn.Background.html#C1_WPF_Grid_GridColumn_Background">Background</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint the background
of cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_Binding" data-uid="C1.WPF.Grid.GridColumn.Binding">
          <a class="xref" href="C1.WPF.Grid.GridColumn.Binding.html#C1_WPF_Grid_GridColumn_Binding">Binding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the binding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_CellEditingTemplate" data-uid="C1.WPF.Grid.GridColumn.CellEditingTemplate">
          <a class="xref" href="C1.WPF.Grid.GridColumn.CellEditingTemplate.html#C1_WPF_Grid_GridColumn_CellEditingTemplate">CellEditingTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template used to edit a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_CellFactory" data-uid="C1.WPF.Grid.GridColumn.CellFactory">
          <a class="xref" href="C1.WPF.Grid.GridColumn.CellFactory.html#C1_WPF_Grid_GridColumn_CellFactory">CellFactory</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell-factory.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_CellTemplate" data-uid="C1.WPF.Grid.GridColumn.CellTemplate">
          <a class="xref" href="C1.WPF.Grid.GridColumn.CellTemplate.html#C1_WPF_Grid_GridColumn_CellTemplate">CellTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template used to display the contents of a cell that is not
in editing mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_ColumnName" data-uid="C1.WPF.Grid.GridColumn.ColumnName">
          <a class="xref" href="C1.WPF.Grid.GridColumn.ColumnName.html#C1_WPF_Grid_GridColumn_ColumnName">ColumnName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value used as an identifier for the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_Columns" data-uid="C1.WPF.Grid.GridColumn.Columns">
          <a class="xref" href="C1.WPF.Grid.GridColumn.Columns.html#C1_WPF_Grid_GridColumn_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the columns collection containing this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_DataMap" data-uid="C1.WPF.Grid.GridColumn.DataMap">
          <a class="xref" href="C1.WPF.Grid.GridColumn.DataMap.html#C1_WPF_Grid_GridColumn_DataMap">DataMap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the DataMap used to convert raw values into display values for the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_DataType" data-uid="C1.WPF.Grid.GridColumn.DataType">
          <a class="xref" href="C1.WPF.Grid.GridColumn.DataType.html#C1_WPF_Grid_GridColumn_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the data bound to this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_FilterMemberPath" data-uid="C1.WPF.Grid.GridColumn.FilterMemberPath">
          <a class="xref" href="C1.WPF.Grid.GridColumn.FilterMemberPath.html#C1_WPF_Grid_GridColumn_FilterMemberPath">FilterMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the path used to filter this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_Foreground" data-uid="C1.WPF.Grid.GridColumn.Foreground">
          <a class="xref" href="C1.WPF.Grid.GridColumn.Foreground.html#C1_WPF_Grid_GridColumn_Foreground">Foreground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint the foreground
of cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_Format" data-uid="C1.WPF.Grid.GridColumn.Format">
          <a class="xref" href="C1.WPF.Grid.GridColumn.Format.html#C1_WPF_Grid_GridColumn_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format applied to the displayed data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_Grid" data-uid="C1.WPF.Grid.GridColumn.Grid">
          <a class="xref" href="C1.WPF.Grid.GridColumn.Grid.html#C1_WPF_Grid_GridColumn_Grid">Grid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the grid containing this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_GroupMemberPath" data-uid="C1.WPF.Grid.GridColumn.GroupMemberPath">
          <a class="xref" href="C1.WPF.Grid.GridColumn.GroupMemberPath.html#C1_WPF_Grid_GridColumn_GroupMemberPath">GroupMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the path used to group this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_Header" data-uid="C1.WPF.Grid.GridColumn.Header">
          <a class="xref" href="C1.WPF.Grid.GridColumn.Header.html#C1_WPF_Grid_GridColumn_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets text shown in the header of this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_HeaderBackground" data-uid="C1.WPF.Grid.GridColumn.HeaderBackground">
          <a class="xref" href="C1.WPF.Grid.GridColumn.HeaderBackground.html#C1_WPF_Grid_GridColumn_HeaderBackground">HeaderBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint the background
of header cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_HeaderForeground" data-uid="C1.WPF.Grid.GridColumn.HeaderForeground">
          <a class="xref" href="C1.WPF.Grid.GridColumn.HeaderForeground.html#C1_WPF_Grid_GridColumn_HeaderForeground">HeaderForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint the foreground
of header cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_HeaderHorizontalAlignment" data-uid="C1.WPF.Grid.GridColumn.HeaderHorizontalAlignment">
          <a class="xref" href="C1.WPF.Grid.GridColumn.HeaderHorizontalAlignment.html#C1_WPF_Grid_GridColumn_HeaderHorizontalAlignment">HeaderHorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_HeaderWordWrap" data-uid="C1.WPF.Grid.GridColumn.HeaderWordWrap">
          <a class="xref" href="C1.WPF.Grid.GridColumn.HeaderWordWrap.html#C1_WPF_Grid_GridColumn_HeaderWordWrap">HeaderWordWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether headers in the column wrap their content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_HorizontalAlignment" data-uid="C1.WPF.Grid.GridColumn.HorizontalAlignment">
          <a class="xref" href="C1.WPF.Grid.GridColumn.HorizontalAlignment.html#C1_WPF_Grid_GridColumn_HorizontalAlignment">HorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_InputType" data-uid="C1.WPF.Grid.GridColumn.InputType">
          <a class="xref" href="C1.WPF.Grid.GridColumn.InputType.html#C1_WPF_Grid_GridColumn_InputType">InputType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of keyboard shown when the cell is in edit-mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_IsReadOnly" data-uid="C1.WPF.Grid.GridColumn.IsReadOnly">
          <a class="xref" href="C1.WPF.Grid.GridColumn.IsReadOnly.html#C1_WPF_Grid_GridColumn_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this column is read only.
If the grid is set to be read-only this property will be ignored.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_IsVisible" data-uid="C1.WPF.Grid.GridColumn.IsVisible">
          <a class="xref" href="C1.WPF.Grid.GridColumn.IsVisible.html#C1_WPF_Grid_GridColumn_IsVisible">IsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the column is visible and not collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_MaxWidth" data-uid="C1.WPF.Grid.GridColumn.MaxWidth">
          <a class="xref" href="C1.WPF.Grid.GridColumn.MaxWidth.html#C1_WPF_Grid_GridColumn_MaxWidth">MaxWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum width of the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_MinWidth" data-uid="C1.WPF.Grid.GridColumn.MinWidth">
          <a class="xref" href="C1.WPF.Grid.GridColumn.MinWidth.html#C1_WPF_Grid_GridColumn_MinWidth">MinWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum width of the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_OptionsMenuVisibility" data-uid="C1.WPF.Grid.GridColumn.OptionsMenuVisibility">
          <a class="xref" href="C1.WPF.Grid.GridColumn.OptionsMenuVisibility.html#C1_WPF_Grid_GridColumn_OptionsMenuVisibility">OptionsMenuVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of the options menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_PropertyInfo" data-uid="C1.WPF.Grid.GridColumn.PropertyInfo">
          <a class="xref" href="C1.WPF.Grid.GridColumn.PropertyInfo.html#C1_WPF_Grid_GridColumn_PropertyInfo">PropertyInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.WPF.Grid.GridColumn.PropertyInfo.html#C1_WPF_Grid_GridColumn_PropertyInfo">PropertyInfo</a> object used for binding the
column to items in the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_SortDirection" data-uid="C1.WPF.Grid.GridColumn.SortDirection">
          <a class="xref" href="C1.WPF.Grid.GridColumn.SortDirection.html#C1_WPF_Grid_GridColumn_SortDirection">SortDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sort direction when the underlying collection is sorted by the same field as this column's <a class="xref" href="C1.WPF.Grid.GridColumn.SortMemberPath.html#C1_WPF_Grid_GridColumn_SortMemberPath">SortMemberPath</a> or <a class="xref" href="C1.WPF.Grid.GridColumn.Binding.html#C1_WPF_Grid_GridColumn_Binding">Binding</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_SortMemberPath" data-uid="C1.WPF.Grid.GridColumn.SortMemberPath">
          <a class="xref" href="C1.WPF.Grid.GridColumn.SortMemberPath.html#C1_WPF_Grid_GridColumn_SortMemberPath">SortMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the path used to sort when the column header of this column is tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_ValueConverter" data-uid="C1.WPF.Grid.GridColumn.ValueConverter">
          <a class="xref" href="C1.WPF.Grid.GridColumn.ValueConverter.html#C1_WPF_Grid_GridColumn_ValueConverter">ValueConverter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.data.ivalueconverter">IValueConverter</a> associated with this column's <a class="xref" href="C1.WPF.Grid.GridColumn.Binding.html#C1_WPF_Grid_GridColumn_Binding">Binding</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_Width" data-uid="C1.WPF.Grid.GridColumn.Width">
          <a class="xref" href="C1.WPF.Grid.GridColumn.Width.html#C1_WPF_Grid_GridColumn_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_WordWrap" data-uid="C1.WPF.Grid.GridColumn.WordWrap">
          <a class="xref" href="C1.WPF.Grid.GridColumn.WordWrap.html#C1_WPF_Grid_GridColumn_WordWrap">WordWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether cells in the column wrap their content.</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_GridColumn_AllowEditing_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridColumn.AllowEditing(C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.AllowEditing.html#C1_WPF_Grid_GridColumn_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_GridColumn_BindCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellView_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridColumn.BindCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellView,C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.BindCell.html#C1_WPF_Grid_GridColumn_BindCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellView_C1_WPF_Grid_GridRow_">BindCell(GridCellType, GridCellView, GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Binds the cell with the data item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_BindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridColumn.BindCellContent(System.Windows.FrameworkElement,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.BindCellContent.html#C1_WPF_Grid_GridColumn_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_GridColumn_CreateBindingFunction_System_Type_System_String_" data-uid="C1.WPF.Grid.GridColumn.CreateBindingFunction(System.Type,System.String)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.CreateBindingFunction.html#C1_WPF_Grid_GridColumn_CreateBindingFunction_System_Type_System_String_">CreateBindingFunction(Type, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a compiled function to access the property specified by the <code class="paramref">bindingPath</code> of the <code class="paramref">itemType</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_CreateCell_C1_WPF_Grid_GridCellType_System_Object_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridColumn.CreateCell(C1.WPF.Grid.GridCellType,System.Object,C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.CreateCell.html#C1_WPF_Grid_GridColumn_CreateCell_C1_WPF_Grid_GridCellType_System_Object_C1_WPF_Grid_GridRow_">CreateCell(GridCellType, object, GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the cell (Without binding it to the data item).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_CreateCellContent_C1_WPF_Grid_GridCellType_System_Object_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridColumn.CreateCellContent(C1.WPF.Grid.GridCellType,System.Object,C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.CreateCellContent.html#C1_WPF_Grid_GridColumn_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_GridColumn_CreateCellEditor_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridColumn.CreateCellEditor(C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.CreateCellEditor.html#C1_WPF_Grid_GridColumn_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_GridColumn_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridColumn.GetCellContentType(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.GetCellContentType.html#C1_WPF_Grid_GridColumn_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_GridColumn_GetCellDisplayValue__1_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridColumn.GetCellDisplayValue``1(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.GetCellDisplayValue.html#C1_WPF_Grid_GridColumn_GetCellDisplayValue__1_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_">GetCellDisplayValue&lt;T&gt;(GridCellType, GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value to display corresponding to the cell in the intersection of the specified row and this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_GetCellKind_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridColumn.GetCellKind(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.GetCellKind.html#C1_WPF_Grid_GridColumn_GetCellKind_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_">GetCellKind(GridCellType, GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the kind of cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_GetCellText_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridColumn.GetCellText(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.GetCellText.html#C1_WPF_Grid_GridColumn_GetCellText_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_">GetCellText(GridCellType, GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text corresponding to the cell in the intersection of the specified row and this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_GetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridColumn.GetCellValue(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.GetCellValue.html#C1_WPF_Grid_GridColumn_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_GridColumn_GetCellValue_System_Object_" data-uid="C1.WPF.Grid.GridColumn.GetCellValue(System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.GetCellValue.html#C1_WPF_Grid_GridColumn_GetCellValue_System_Object_">GetCellValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value from data item corresponding to this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_GetDesignTimeValue_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridColumn.GetDesignTimeValue(C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.GetDesignTimeValue.html#C1_WPF_Grid_GridColumn_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_GridColumn_GetEditorValue_C1_WPF_Grid_GridRow_System_Windows_FrameworkElement_" data-uid="C1.WPF.Grid.GridColumn.GetEditorValue(C1.WPF.Grid.GridRow,System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.GetEditorValue.html#C1_WPF_Grid_GridColumn_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>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_GetMergedRange_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridColumn.GetMergedRange(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.GetMergedRange.html#C1_WPF_Grid_GridColumn_GetMergedRange_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridRow_">GetMergedRange(GridCellType, GridCellRange, GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.WPF.Grid.GridCellRange.html">GridCellRange</a> that specifies the merged extent of a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_IsOptionsMenuVisible" data-uid="C1.WPF.Grid.GridColumn.IsOptionsMenuVisible">
          <a class="xref" href="C1.WPF.Grid.GridColumn.IsOptionsMenuVisible.html#C1_WPF_Grid_GridColumn_IsOptionsMenuVisible">IsOptionsMenuVisible()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the options menu is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_OnEditEnded_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridRow_System_Windows_FrameworkElement_System_Boolean_" data-uid="C1.WPF.Grid.GridColumn.OnEditEnded(C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridRow,System.Windows.FrameworkElement,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.OnEditEnded.html#C1_WPF_Grid_GridColumn_OnEditEnded_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridRow_System_Windows_FrameworkElement_System_Boolean_">OnEditEnded(GridCellRange, GridRow, FrameworkElement, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Called before the cell ends editing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_PrepareCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_C1_WPF_Grid_GridCellView_System_Windows_Thickness_" data-uid="C1.WPF.Grid.GridColumn.PrepareCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridRow,C1.WPF.Grid.GridCellView,System.Windows.Thickness)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.PrepareCell.html#C1_WPF_Grid_GridColumn_PrepareCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_C1_WPF_Grid_GridCellView_System_Windows_Thickness_">PrepareCell(GridCellType, GridRow, GridCellView, Thickness)</a>
        </td>
        <td class="markdown level1 summary"><p>Prepares the cell to be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_PrepareOptionsMenu_C1_WPF_Menu_C1MenuList_System_Action_" data-uid="C1.WPF.Grid.GridColumn.PrepareOptionsMenu(C1.WPF.Menu.C1MenuList,System.Action)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.PrepareOptionsMenu.html#C1_WPF_Grid_GridColumn_PrepareOptionsMenu_C1_WPF_Menu_C1MenuList_System_Action_">PrepareOptionsMenu(C1MenuList, Action)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the options menu is about to be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_Refresh" data-uid="C1.WPF.Grid.GridColumn.Refresh">
          <a class="xref" href="C1.WPF.Grid.GridColumn.Refresh.html#C1_WPF_Grid_GridColumn_Refresh">Refresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Refresh all the cells in the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_Refresh_C1_WPF_Grid_GridRowColType_System_Int32_" data-uid="C1.WPF.Grid.GridColumn.Refresh(C1.WPF.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.Refresh.html#C1_WPF_Grid_GridColumn_Refresh_C1_WPF_Grid_GridRowColType_System_Int32_">Refresh(GridRowColType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Refresh the cells in the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_SetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_System_Object_" data-uid="C1.WPF.Grid.GridColumn.SetCellValue(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridRow,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.SetCellValue.html#C1_WPF_Grid_GridColumn_SetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_System_Object_">SetCellValue(GridCellType, GridRow, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value corresponding to the cell in the intersection of the specified row and this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_SetCellValue_System_Object_System_Object_" data-uid="C1.WPF.Grid.GridColumn.SetCellValue(System.Object,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.SetCellValue.html#C1_WPF_Grid_GridColumn_SetCellValue_System_Object_System_Object_">SetCellValue(object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the specified <code class="paramref">value</code> to <code class="paramref">dataItem</code> property related to this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_UnbindCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellView_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridColumn.UnbindCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellView,C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.UnbindCell.html#C1_WPF_Grid_GridColumn_UnbindCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellView_C1_WPF_Grid_GridRow_">UnbindCell(GridCellType, GridCellView, GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Unbinds the cell with the data item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_UnbindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridColumn.UnbindCellContent(System.Windows.FrameworkElement,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridColumn.UnbindCellContent.html#C1_WPF_Grid_GridColumn_UnbindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_">UnbindCellContent(FrameworkElement, GridCellType, GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Unbinds the content of the cell with the data item.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_GridColumn_FilterLoading" data-uid="C1.WPF.Grid.GridColumn.FilterLoading">
          <a class="xref" href="C1.WPF.Grid.GridColumn.FilterLoading.html">FilterLoading</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the filter of a column is being loaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumn_OptionsLoading" data-uid="C1.WPF.Grid.GridColumn.OptionsLoading">
          <a class="xref" href="C1.WPF.Grid.GridColumn.OptionsLoading.html">OptionsLoading</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the options of a column are being loaded.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
