# C1.WPF.Grid.GridControlAdapter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridControlAdapter" data-uid="C1.WPF.Grid.GridControlAdapter" class="text-break">GridControlAdapter Class
</h1>
  <div class="markdown level0 summary"><p>Implements the functionality to create grid cells dynamically.</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"><span class="xref">GridControlAdapter</span></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.GridControl.dll</h6>
  <h5 id="C1_WPF_Grid_GridControlAdapter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridControlAdapter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridControlAdapter</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_GridControlAdapter__ctor" data-uid="C1.WPF.Grid.GridControlAdapter.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.-ctor.html#C1_WPF_Grid_GridControlAdapter__ctor">GridControlAdapter()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridControlAdapter.html">GridControlAdapter</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_GridControlAdapter_ColumnsCount" data-uid="C1.WPF.Grid.GridControlAdapter.ColumnsCount">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.ColumnsCount.html#C1_WPF_Grid_GridControlAdapter_ColumnsCount">ColumnsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_DefaultColumn" data-uid="C1.WPF.Grid.GridControlAdapter.DefaultColumn">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.DefaultColumn.html#C1_WPF_Grid_GridControlAdapter_DefaultColumn">DefaultColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default column dimensions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_DefaultRow" data-uid="C1.WPF.Grid.GridControlAdapter.DefaultRow">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.DefaultRow.html#C1_WPF_Grid_GridControlAdapter_DefaultRow">DefaultRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default row dimensions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_Grid" data-uid="C1.WPF.Grid.GridControlAdapter.Grid">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.Grid.html#C1_WPF_Grid_GridControlAdapter_Grid">Grid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_IsCellSelection" data-uid="C1.WPF.Grid.GridControlAdapter.IsCellSelection">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.IsCellSelection.html#C1_WPF_Grid_GridControlAdapter_IsCellSelection">IsCellSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the selection is composed by cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_IsColumnSelection" data-uid="C1.WPF.Grid.GridControlAdapter.IsColumnSelection">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.IsColumnSelection.html#C1_WPF_Grid_GridControlAdapter_IsColumnSelection">IsColumnSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the selection is composed by all the cells of the columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_IsMouseOverEnabled" data-uid="C1.WPF.Grid.GridControlAdapter.IsMouseOverEnabled">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.IsMouseOverEnabled.html#C1_WPF_Grid_GridControlAdapter_IsMouseOverEnabled">IsMouseOverEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the mouse-over state is reflected in the cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_IsMultiRangeSelection" data-uid="C1.WPF.Grid.GridControlAdapter.IsMultiRangeSelection">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.IsMultiRangeSelection.html#C1_WPF_Grid_GridControlAdapter_IsMultiRangeSelection">IsMultiRangeSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the selection can be composed by non-contiguous ranges of cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_IsMultipleSelection" data-uid="C1.WPF.Grid.GridControlAdapter.IsMultipleSelection">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.IsMultipleSelection.html#C1_WPF_Grid_GridControlAdapter_IsMultipleSelection">IsMultipleSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the selection can be a range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_IsRowSelection" data-uid="C1.WPF.Grid.GridControlAdapter.IsRowSelection">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.IsRowSelection.html#C1_WPF_Grid_GridControlAdapter_IsRowSelection">IsRowSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the selection is composed by all the cells of the rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_IsSelectionEnabled" data-uid="C1.WPF.Grid.GridControlAdapter.IsSelectionEnabled">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.IsSelectionEnabled.html#C1_WPF_Grid_GridControlAdapter_IsSelectionEnabled">IsSelectionEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether there is any selection possible in the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_NavigableRange" data-uid="C1.WPF.Grid.GridControlAdapter.NavigableRange">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.NavigableRange.html#C1_WPF_Grid_GridControlAdapter_NavigableRange">NavigableRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the range of cells where a user can navigate with the keyboard as well as edit  and select cells</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_RowsCount" data-uid="C1.WPF.Grid.GridControlAdapter.RowsCount">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.RowsCount.html#C1_WPF_Grid_GridControlAdapter_RowsCount">RowsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of rows.</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_GridControlAdapter_AllowEditing_C1_WPF_Grid_GridControlRange_" data-uid="C1.WPF.Grid.GridControlAdapter.AllowEditing(C1.WPF.Grid.GridControlRange)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.AllowEditing.html#C1_WPF_Grid_GridControlAdapter_AllowEditing_C1_WPF_Grid_GridControlRange_">AllowEditing(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true when the cell in the specified range can be edited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_ApplySelectionState_C1_WPF_Grid_GridControlRange_C1_WPF_Grid_GridControlCellView_" data-uid="C1.WPF.Grid.GridControlAdapter.ApplySelectionState(C1.WPF.Grid.GridControlRange,C1.WPF.Grid.GridControlCellView)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.ApplySelectionState.html#C1_WPF_Grid_GridControlAdapter_ApplySelectionState_C1_WPF_Grid_GridControlRange_C1_WPF_Grid_GridControlCellView_">ApplySelectionState(GridControlRange, GridControlCellView)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the selection brushes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_BindCell_C1_WPF_Grid_GridControlRange_C1_WPF_Grid_GridControlCellView_" data-uid="C1.WPF.Grid.GridControlAdapter.BindCell(C1.WPF.Grid.GridControlRange,C1.WPF.Grid.GridControlCellView)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.BindCell.html#C1_WPF_Grid_GridControlAdapter_BindCell_C1_WPF_Grid_GridControlRange_C1_WPF_Grid_GridControlCellView_">BindCell(GridControlRange, GridControlCellView)</a>
        </td>
        <td class="markdown level1 summary"><p>Binds the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_CanDragColumn_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.CanDragColumn(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.CanDragColumn.html#C1_WPF_Grid_GridControlAdapter_CanDragColumn_System_Int32_System_Int32_">CanDragColumn(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the column can be dragged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_CanDragRow_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.CanDragRow(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.CanDragRow.html#C1_WPF_Grid_GridControlAdapter_CanDragRow_System_Int32_System_Int32_">CanDragRow(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the row can be dragged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_CanDropColumn_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.CanDropColumn(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.CanDropColumn.html#C1_WPF_Grid_GridControlAdapter_CanDropColumn_System_Int32_System_Int32_">CanDropColumn(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the <code class="paramref">from</code> column can dropped at the <code class="paramref">to</code> position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_CanDropRow_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.CanDropRow(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.CanDropRow.html#C1_WPF_Grid_GridControlAdapter_CanDropRow_System_Int32_System_Int32_">CanDropRow(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the <code class="paramref">from</code> row can dropped at the <code class="paramref">to</code> position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_CanSetColumnWidth_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.CanSetColumnWidth(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.CanSetColumnWidth.html#C1_WPF_Grid_GridControlAdapter_CanSetColumnWidth_System_Int32_System_Int32_">CanSetColumnWidth(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the width of a column can be set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_CanSetRowHeight_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.CanSetRowHeight(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.CanSetRowHeight.html#C1_WPF_Grid_GridControlAdapter_CanSetRowHeight_System_Int32_System_Int32_">CanSetRowHeight(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the height of the row can be set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_Contains_C1_WPF_Grid_GridControlAdapter_" data-uid="C1.WPF.Grid.GridControlAdapter.Contains(C1.WPF.Grid.GridControlAdapter)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.Contains.html#C1_WPF_Grid_GridControlAdapter_Contains_C1_WPF_Grid_GridControlAdapter_">Contains(GridControlAdapter)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the specified <code class="paramref">adapter</code> is the same instance as this or if it is one of the nested adapters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_CreateCell_C1_WPF_Grid_GridControlRange_System_Object_" data-uid="C1.WPF.Grid.GridControlAdapter.CreateCell(C1.WPF.Grid.GridControlRange,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.CreateCell.html#C1_WPF_Grid_GridControlAdapter_CreateCell_C1_WPF_Grid_GridControlRange_System_Object_">CreateCell(GridControlRange, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the content of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_CreateCellEditor_C1_WPF_Grid_GridControlRange_" data-uid="C1.WPF.Grid.GridControlAdapter.CreateCellEditor(C1.WPF.Grid.GridControlRange)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.CreateCellEditor.html#C1_WPF_Grid_GridControlAdapter_CreateCellEditor_C1_WPF_Grid_GridControlRange_">CreateCellEditor(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the cell editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_DropColumnAsync_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.DropColumnAsync(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.DropColumnAsync.html#C1_WPF_Grid_GridControlAdapter_DropColumnAsync_System_Int32_System_Int32_">DropColumnAsync(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Drops the column from the original index <code class="paramref">from</code> to the index <code class="paramref">to</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_DropRowAsync_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.DropRowAsync(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.DropRowAsync.html#C1_WPF_Grid_GridControlAdapter_DropRowAsync_System_Int32_System_Int32_">DropRowAsync(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Drops the row from the original index <code class="paramref">from</code> to the index <code class="paramref">to</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetCellKind_C1_WPF_Grid_GridControlRange_" data-uid="C1.WPF.Grid.GridControlAdapter.GetCellKind(C1.WPF.Grid.GridControlRange)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetCellKind.html#C1_WPF_Grid_GridControlAdapter_GetCellKind_C1_WPF_Grid_GridControlRange_">GetCellKind(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a key that defines the type of cell content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetCellText_C1_WPF_Grid_GridControlRange_" data-uid="C1.WPF.Grid.GridControlAdapter.GetCellText(C1.WPF.Grid.GridControlRange)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetCellText.html#C1_WPF_Grid_GridControlAdapter_GetCellText_C1_WPF_Grid_GridControlRange_">GetCellText(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text representing the content of a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetColumnInfo_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.GetColumnInfo(System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetColumnInfo.html#C1_WPF_Grid_GridControlAdapter_GetColumnInfo_System_Int32_">GetColumnInfo(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dimensions for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetColumnOffset_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.GetColumnOffset(System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetColumnOffset.html#C1_WPF_Grid_GridControlAdapter_GetColumnOffset_System_Int32_">GetColumnOffset(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the distance between the origin and the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetColumnOffset_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.GetColumnOffset(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetColumnOffset.html#C1_WPF_Grid_GridControlAdapter_GetColumnOffset_System_Int32_System_Int32_">GetColumnOffset(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the distance between the two specified columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetColumnRenderWidth_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.GetColumnRenderWidth(System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetColumnRenderWidth.html#C1_WPF_Grid_GridControlAdapter_GetColumnRenderWidth_System_Int32_">GetColumnRenderWidth(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the render width of the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetDefaultColumn" data-uid="C1.WPF.Grid.GridControlAdapter.GetDefaultColumn">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetDefaultColumn.html#C1_WPF_Grid_GridControlAdapter_GetDefaultColumn">GetDefaultColumn()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default column dimensions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetDefaultRow" data-uid="C1.WPF.Grid.GridControlAdapter.GetDefaultRow">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetDefaultRow.html#C1_WPF_Grid_GridControlAdapter_GetDefaultRow">GetDefaultRow()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default row dimensions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetFrozenBottomRows" data-uid="C1.WPF.Grid.GridControlAdapter.GetFrozenBottomRows">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetFrozenBottomRows.html#C1_WPF_Grid_GridControlAdapter_GetFrozenBottomRows">GetFrozenBottomRows()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of frozen rows at the bottom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetFrozenColumns" data-uid="C1.WPF.Grid.GridControlAdapter.GetFrozenColumns">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetFrozenColumns.html#C1_WPF_Grid_GridControlAdapter_GetFrozenColumns">GetFrozenColumns()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of frozen columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetFrozenRightColumns" data-uid="C1.WPF.Grid.GridControlAdapter.GetFrozenRightColumns">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetFrozenRightColumns.html#C1_WPF_Grid_GridControlAdapter_GetFrozenRightColumns">GetFrozenRightColumns()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of frozen columns at the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetFrozenRows" data-uid="C1.WPF.Grid.GridControlAdapter.GetFrozenRows">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetFrozenRows.html#C1_WPF_Grid_GridControlAdapter_GetFrozenRows">GetFrozenRows()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of frozen rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetHoverRange_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.GetHoverRange(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetHoverRange.html#C1_WPF_Grid_GridControlAdapter_GetHoverRange_System_Int32_System_Int32_">GetHoverRange(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets range of cells from the coordinates of the hovered cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetMergedRange_C1_WPF_Grid_GridControlRange_" data-uid="C1.WPF.Grid.GridControlAdapter.GetMergedRange(C1.WPF.Grid.GridControlRange)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetMergedRange.html#C1_WPF_Grid_GridControlAdapter_GetMergedRange_C1_WPF_Grid_GridControlRange_">GetMergedRange(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.WPF.Grid.GridControlRange.html">GridControlRange</a> that specifies the merged extent of a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetRowInfo_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.GetRowInfo(System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetRowInfo.html#C1_WPF_Grid_GridControlAdapter_GetRowInfo_System_Int32_">GetRowInfo(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dimensions for the specified row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetRowOffset_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.GetRowOffset(System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetRowOffset.html#C1_WPF_Grid_GridControlAdapter_GetRowOffset_System_Int32_">GetRowOffset(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the distance between the origin and the specified row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetRowOffset_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.GetRowOffset(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetRowOffset.html#C1_WPF_Grid_GridControlAdapter_GetRowOffset_System_Int32_System_Int32_">GetRowOffset(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the distance between the two specified rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetRowRenderHeight_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapter.GetRowRenderHeight(System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetRowRenderHeight.html#C1_WPF_Grid_GridControlAdapter_GetRowRenderHeight_System_Int32_">GetRowRenderHeight(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the render height of the specified row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetSelectedTimes_C1_WPF_Grid_GridControlRange_" data-uid="C1.WPF.Grid.GridControlAdapter.GetSelectedTimes(C1.WPF.Grid.GridControlRange)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetSelectedTimes.html#C1_WPF_Grid_GridControlAdapter_GetSelectedTimes_C1_WPF_Grid_GridControlRange_">GetSelectedTimes(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of times a cell is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_GetSelectionRange_C1_WPF_Grid_GridControlRange_" data-uid="C1.WPF.Grid.GridControlAdapter.GetSelectionRange(C1.WPF.Grid.GridControlRange)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.GetSelectionRange.html#C1_WPF_Grid_GridControlAdapter_GetSelectionRange_C1_WPF_Grid_GridControlRange_">GetSelectionRange(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the effective selection range from another range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_IsBottomFreezingSeparatorVisible" data-uid="C1.WPF.Grid.GridControlAdapter.IsBottomFreezingSeparatorVisible">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.IsBottomFreezingSeparatorVisible.html#C1_WPF_Grid_GridControlAdapter_IsBottomFreezingSeparatorVisible">IsBottomFreezingSeparatorVisible()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the bottom freezing separator is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_IsLeftFreezingSeparatorVisible" data-uid="C1.WPF.Grid.GridControlAdapter.IsLeftFreezingSeparatorVisible">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.IsLeftFreezingSeparatorVisible.html#C1_WPF_Grid_GridControlAdapter_IsLeftFreezingSeparatorVisible">IsLeftFreezingSeparatorVisible()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the left freezing separator is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_IsMouseOverRange_C1_WPF_Grid_GridControlRange_" data-uid="C1.WPF.Grid.GridControlAdapter.IsMouseOverRange(C1.WPF.Grid.GridControlRange)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.IsMouseOverRange.html#C1_WPF_Grid_GridControlAdapter_IsMouseOverRange_C1_WPF_Grid_GridControlRange_">IsMouseOverRange(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the specified <code class="paramref">range</code> is in mouse-over state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_IsRightFreezingSeparatorVisible" data-uid="C1.WPF.Grid.GridControlAdapter.IsRightFreezingSeparatorVisible">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.IsRightFreezingSeparatorVisible.html#C1_WPF_Grid_GridControlAdapter_IsRightFreezingSeparatorVisible">IsRightFreezingSeparatorVisible()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the right freezing separator is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_IsTopFreezingSeparatorVisible" data-uid="C1.WPF.Grid.GridControlAdapter.IsTopFreezingSeparatorVisible">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.IsTopFreezingSeparatorVisible.html#C1_WPF_Grid_GridControlAdapter_IsTopFreezingSeparatorVisible">IsTopFreezingSeparatorVisible()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the top freezing separator is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnBeginningEdit_C1_WPF_Grid_GridControlEditEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnBeginningEdit(C1.WPF.Grid.GridControlEditEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnBeginningEdit.html#C1_WPF_Grid_GridControlAdapter_OnBeginningEdit_C1_WPF_Grid_GridControlEditEventArgs_">OnBeginningEdit(GridControlEditEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the editing of a cell is about to start.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnCellDoubleTapped_C1_WPF_Grid_GridControlTapEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnCellDoubleTapped(C1.WPF.Grid.GridControlTapEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnCellDoubleTapped.html#C1_WPF_Grid_GridControlAdapter_OnCellDoubleTapped_C1_WPF_Grid_GridControlTapEventArgs_">OnCellDoubleTapped(GridControlTapEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a cell was double-tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnCellEditEnded_C1_WPF_Grid_GridControlEditEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnCellEditEnded(C1.WPF.Grid.GridControlEditEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnCellEditEnded.html#C1_WPF_Grid_GridControlAdapter_OnCellEditEnded_C1_WPF_Grid_GridControlEditEventArgs_">OnCellEditEnded(GridControlEditEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after the editing of a cell ended.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnCellEditEnding_C1_WPF_Grid_GridControlEditEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnCellEditEnding(C1.WPF.Grid.GridControlEditEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnCellEditEnding.html#C1_WPF_Grid_GridControlAdapter_OnCellEditEnding_C1_WPF_Grid_GridControlEditEventArgs_">OnCellEditEnding(GridControlEditEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the editing of a cell is about to end.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnCellLongPressed_C1_WPF_Grid_GridControlTapEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnCellLongPressed(C1.WPF.Grid.GridControlTapEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnCellLongPressed.html#C1_WPF_Grid_GridControlAdapter_OnCellLongPressed_C1_WPF_Grid_GridControlTapEventArgs_">OnCellLongPressed(GridControlTapEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a cell was long-tapped(Holding).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnCellPointerEntered_C1_WPF_Grid_GridControlInputEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnCellPointerEntered(C1.WPF.Grid.GridControlInputEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnCellPointerEntered.html#C1_WPF_Grid_GridControlAdapter_OnCellPointerEntered_C1_WPF_Grid_GridControlInputEventArgs_">OnCellPointerEntered(GridControlInputEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the pointer enters in a cell area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnCellPointerExited_C1_WPF_Grid_GridControlInputEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnCellPointerExited(C1.WPF.Grid.GridControlInputEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnCellPointerExited.html#C1_WPF_Grid_GridControlAdapter_OnCellPointerExited_C1_WPF_Grid_GridControlInputEventArgs_">OnCellPointerExited(GridControlInputEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the pointer exits from a cell area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnCellTapped_C1_WPF_Grid_GridControlTapEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnCellTapped(C1.WPF.Grid.GridControlTapEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnCellTapped.html#C1_WPF_Grid_GridControlAdapter_OnCellTapped_C1_WPF_Grid_GridControlTapEventArgs_">OnCellTapped(GridControlTapEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a cell was tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnColumnsChanged_C1_WPF_Grid_GridControlAdapterNotifyChange_" data-uid="C1.WPF.Grid.GridControlAdapter.OnColumnsChanged(C1.WPF.Grid.GridControlAdapterNotifyChange)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnColumnsChanged.html#C1_WPF_Grid_GridControlAdapter_OnColumnsChanged_C1_WPF_Grid_GridControlAdapterNotifyChange_">OnColumnsChanged(GridControlAdapterNotifyChange)</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies the adapter there were changed in the model columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnColumnsChanging_C1_WPF_Grid_GridControlAdapterNotifyChange_" data-uid="C1.WPF.Grid.GridControlAdapter.OnColumnsChanging(C1.WPF.Grid.GridControlAdapterNotifyChange)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnColumnsChanging.html#C1_WPF_Grid_GridControlAdapter_OnColumnsChanging_C1_WPF_Grid_GridControlAdapterNotifyChange_">OnColumnsChanging(GridControlAdapterNotifyChange)</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies the adapter there will be changed in the model columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnCursorChanged_C1_WPF_Grid_GridControlRangeEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnCursorChanged(C1.WPF.Grid.GridControlRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnCursorChanged.html#C1_WPF_Grid_GridControlAdapter_OnCursorChanged_C1_WPF_Grid_GridControlRangeEventArgs_">OnCursorChanged(GridControlRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after the cursor is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnCursorChanging_C1_WPF_Grid_GridControlRangeEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnCursorChanging(C1.WPF.Grid.GridControlRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnCursorChanging.html#C1_WPF_Grid_GridControlAdapter_OnCursorChanging_C1_WPF_Grid_GridControlRangeEventArgs_">OnCursorChanging(GridControlRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called before the cursor is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnEditEnded_C1_WPF_Grid_GridControlRange_System_Windows_FrameworkElement_System_Boolean_" data-uid="C1.WPF.Grid.GridControlAdapter.OnEditEnded(C1.WPF.Grid.GridControlRange,System.Windows.FrameworkElement,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnEditEnded.html#C1_WPF_Grid_GridControlAdapter_OnEditEnded_C1_WPF_Grid_GridControlRange_System_Windows_FrameworkElement_System_Boolean_">OnEditEnded(GridControlRange, FrameworkElement, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the editing of a cell ended.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnKeyDown.html#C1_WPF_Grid_GridControlAdapter_OnKeyDown_System_Windows_Input_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the a keyboard key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnPrepareCellForEdit_C1_WPF_Grid_GridControlEditEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnPrepareCellForEdit(C1.WPF.Grid.GridControlEditEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnPrepareCellForEdit.html#C1_WPF_Grid_GridControlAdapter_OnPrepareCellForEdit_C1_WPF_Grid_GridControlEditEventArgs_">OnPrepareCellForEdit(GridControlEditEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the editing of a cell is about to start and the editor was already created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnResizedColumn_C1_WPF_Grid_GridControlRangeEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnResizedColumn(C1.WPF.Grid.GridControlRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnResizedColumn.html#C1_WPF_Grid_GridControlAdapter_OnResizedColumn_C1_WPF_Grid_GridControlRangeEventArgs_">OnResizedColumn(GridControlRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after a column is resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnResizedRow_C1_WPF_Grid_GridControlRangeEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnResizedRow(C1.WPF.Grid.GridControlRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnResizedRow.html#C1_WPF_Grid_GridControlAdapter_OnResizedRow_C1_WPF_Grid_GridControlRangeEventArgs_">OnResizedRow(GridControlRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after a row is resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnResizingColumn_C1_WPF_Grid_GridControlRangeEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnResizingColumn(C1.WPF.Grid.GridControlRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnResizingColumn.html#C1_WPF_Grid_GridControlAdapter_OnResizingColumn_C1_WPF_Grid_GridControlRangeEventArgs_">OnResizingColumn(GridControlRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called before a column is resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnResizingRow_C1_WPF_Grid_GridControlRangeEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnResizingRow(C1.WPF.Grid.GridControlRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnResizingRow.html#C1_WPF_Grid_GridControlAdapter_OnResizingRow_C1_WPF_Grid_GridControlRangeEventArgs_">OnResizingRow(GridControlRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called before a row is resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnRowsChanged_C1_WPF_Grid_GridControlAdapterNotifyChange_" data-uid="C1.WPF.Grid.GridControlAdapter.OnRowsChanged(C1.WPF.Grid.GridControlAdapterNotifyChange)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnRowsChanged.html#C1_WPF_Grid_GridControlAdapter_OnRowsChanged_C1_WPF_Grid_GridControlAdapterNotifyChange_">OnRowsChanged(GridControlAdapterNotifyChange)</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies the adapter there were changes in the model rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnRowsChanging_C1_WPF_Grid_GridControlAdapterNotifyChange_" data-uid="C1.WPF.Grid.GridControlAdapter.OnRowsChanging(C1.WPF.Grid.GridControlAdapterNotifyChange)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnRowsChanging.html#C1_WPF_Grid_GridControlAdapter_OnRowsChanging_C1_WPF_Grid_GridControlAdapterNotifyChange_">OnRowsChanging(GridControlAdapterNotifyChange)</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies the adapter there will be changed in the model rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnScrollTipShown_C1_WPF_Core_ScrollToolTipEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnScrollTipShown(C1.WPF.Core.ScrollToolTipEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnScrollTipShown.html#C1_WPF_Grid_GridControlAdapter_OnScrollTipShown_C1_WPF_Core_ScrollToolTipEventArgs_">OnScrollTipShown(ScrollToolTipEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the a scroll-tip is about to be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnSelectionChanged_C1_WPF_Grid_GridControlSelectionEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnSelectionChanged(C1.WPF.Grid.GridControlSelectionEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnSelectionChanged.html#C1_WPF_Grid_GridControlAdapter_OnSelectionChanged_C1_WPF_Grid_GridControlSelectionEventArgs_">OnSelectionChanged(GridControlSelectionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after the selection is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnSelectionChanging_C1_WPF_Grid_GridControlSelectionEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnSelectionChanging(C1.WPF.Grid.GridControlSelectionEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnSelectionChanging.html#C1_WPF_Grid_GridControlAdapter_OnSelectionChanging_C1_WPF_Grid_GridControlSelectionEventArgs_">OnSelectionChanging(GridControlSelectionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the selection is changing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_OnTextInput_System_Windows_Input_TextCompositionEventArgs_" data-uid="C1.WPF.Grid.GridControlAdapter.OnTextInput(System.Windows.Input.TextCompositionEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.OnTextInput.html#C1_WPF_Grid_GridControlAdapter_OnTextInput_System_Windows_Input_TextCompositionEventArgs_">OnTextInput(TextCompositionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the an text-input event happened.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_PrepareCell_C1_WPF_Grid_GridControlRange_C1_WPF_Grid_GridControlCellView_System_Windows_Thickness_" data-uid="C1.WPF.Grid.GridControlAdapter.PrepareCell(C1.WPF.Grid.GridControlRange,C1.WPF.Grid.GridControlCellView,System.Windows.Thickness)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.PrepareCell.html#C1_WPF_Grid_GridControlAdapter_PrepareCell_C1_WPF_Grid_GridControlRange_C1_WPF_Grid_GridControlCellView_System_Windows_Thickness_">PrepareCell(GridControlRange, GridControlCellView, Thickness)</a>
        </td>
        <td class="markdown level1 summary"><p>Prepares the cell to be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_RefreshSelectedRanges_System_Collections_Generic_IReadOnlyList_C1_WPF_Grid_GridControlRange__" data-uid="C1.WPF.Grid.GridControlAdapter.RefreshSelectedRanges(System.Collections.Generic.IReadOnlyList{C1.WPF.Grid.GridControlRange})">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.RefreshSelectedRanges.html#C1_WPF_Grid_GridControlAdapter_RefreshSelectedRanges_System_Collections_Generic_IReadOnlyList_C1_WPF_Grid_GridControlRange__">RefreshSelectedRanges(IReadOnlyList&lt;GridControlRange&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Refreshes the grid according to the selected ranges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_RevertCell_C1_WPF_Grid_GridControlRange_C1_WPF_Grid_GridControlCellView_" data-uid="C1.WPF.Grid.GridControlAdapter.RevertCell(C1.WPF.Grid.GridControlRange,C1.WPF.Grid.GridControlCellView)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.RevertCell.html#C1_WPF_Grid_GridControlAdapter_RevertCell_C1_WPF_Grid_GridControlRange_C1_WPF_Grid_GridControlCellView_">RevertCell(GridControlRange, GridControlCellView)</a>
        </td>
        <td class="markdown level1 summary"><p>Reverts the style of a cell to be used again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_SaveDesiredCellSize_C1_WPF_Grid_GridControlRange_" data-uid="C1.WPF.Grid.GridControlAdapter.SaveDesiredCellSize(C1.WPF.Grid.GridControlRange)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.SaveDesiredCellSize.html#C1_WPF_Grid_GridControlAdapter_SaveDesiredCellSize_C1_WPF_Grid_GridControlRange_">SaveDesiredCellSize(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether the desired size for a specific cell is taken into account.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_SetCellValue_C1_WPF_Grid_GridControlRange_System_Object_" data-uid="C1.WPF.Grid.GridControlAdapter.SetCellValue(C1.WPF.Grid.GridControlRange,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.SetCellValue.html#C1_WPF_Grid_GridControlAdapter_SetCellValue_C1_WPF_Grid_GridControlRange_System_Object_">SetCellValue(GridControlRange, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of a specified cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_SetColumnWidth_System_Int32_System_Double_" data-uid="C1.WPF.Grid.GridControlAdapter.SetColumnWidth(System.Int32,System.Double)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.SetColumnWidth.html#C1_WPF_Grid_GridControlAdapter_SetColumnWidth_System_Int32_System_Double_">SetColumnWidth(int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the width of the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_SetRowHeight_System_Int32_System_Double_" data-uid="C1.WPF.Grid.GridControlAdapter.SetRowHeight(System.Int32,System.Double)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.SetRowHeight.html#C1_WPF_Grid_GridControlAdapter_SetRowHeight_System_Int32_System_Double_">SetRowHeight(int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the height of the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_UnbindCell_C1_WPF_Grid_GridControlRange_C1_WPF_Grid_GridControlCellView_" data-uid="C1.WPF.Grid.GridControlAdapter.UnbindCell(C1.WPF.Grid.GridControlRange,C1.WPF.Grid.GridControlCellView)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.UnbindCell.html#C1_WPF_Grid_GridControlAdapter_UnbindCell_C1_WPF_Grid_GridControlRange_C1_WPF_Grid_GridControlCellView_">UnbindCell(GridControlRange, GridControlCellView)</a>
        </td>
        <td class="markdown level1 summary"><p>Unbinds the cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
