# C1.Maui.Grid.C1GridControl

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Maui_Grid_C1GridControl" data-uid="C1.Maui.Grid.C1GridControl" class="text-break">C1GridControl Class
</h1>
  <div class="markdown level0 summary"><p>Control used to display, select and edit tabular information.</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.Maui.Core/C1.Maui.Core.C1View.html">C1View</a></div>
    <div class="level2"><span class="xref">C1GridControl</span></div>
      <div class="level3"><a class="xref" href="../C1.Maui.Grid/C1.Maui.Grid.FlexGrid.html">FlexGrid</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Maui.Grid.html">C1.Maui.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.Maui.GridControl.dll</h6>
  <h5 id="C1_Maui_Grid_C1GridControl_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1GridControl : C1View, IDisposable, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1GridControl
    Inherits C1View
    Implements IDisposable, INotifyPropertyChanged</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_Maui_Grid_C1GridControl__ctor" data-uid="C1.Maui.Grid.C1GridControl.#ctor">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.-ctor.html#C1_Maui_Grid_C1GridControl__ctor">C1GridControl()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Maui.Grid.C1GridControl.html">C1GridControl</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_AllowRefreshingProperty" data-uid="C1.Maui.Grid.C1GridControl.AllowRefreshingProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.AllowRefreshingProperty.html">AllowRefreshingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.AllowRefreshing.html#C1_Maui_Grid_C1GridControl_AllowRefreshing">AllowRefreshing</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_CellPaddingProperty" data-uid="C1.Maui.Grid.C1GridControl.CellPaddingProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.CellPaddingProperty.html">CellPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.CellPadding.html#C1_Maui_Grid_C1GridControl_CellPadding">CellPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_CellStyleProperty" data-uid="C1.Maui.Grid.C1GridControl.CellStyleProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.CellStyleProperty.html">CellStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.CellStyle.html#C1_Maui_Grid_C1GridControl_CellStyle">CellStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_CursorStyleProperty" data-uid="C1.Maui.Grid.C1GridControl.CursorStyleProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.CursorStyleProperty.html">CursorStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.CursorStyle.html#C1_Maui_Grid_C1GridControl_CursorStyle">CursorStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_FrozenLinesBrushProperty" data-uid="C1.Maui.Grid.C1GridControl.FrozenLinesBrushProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.FrozenLinesBrushProperty.html">FrozenLinesBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.FrozenLinesBrush.html#C1_Maui_Grid_C1GridControl_FrozenLinesBrush">FrozenLinesBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_GridLinesBrushProperty" data-uid="C1.Maui.Grid.C1GridControl.GridLinesBrushProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.GridLinesBrushProperty.html">GridLinesBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.GridLinesBrush.html#C1_Maui_Grid_C1GridControl_GridLinesBrush">GridLinesBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_GridLinesVisibilityProperty" data-uid="C1.Maui.Grid.C1GridControl.GridLinesVisibilityProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.GridLinesVisibilityProperty.html">GridLinesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.GridLinesVisibility.html#C1_Maui_Grid_C1GridControl_GridLinesVisibility">GridLinesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_GridLinesWidthProperty" data-uid="C1.Maui.Grid.C1GridControl.GridLinesWidthProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.GridLinesWidthProperty.html">GridLinesWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.GridLinesWidth.html#C1_Maui_Grid_C1GridControl_GridLinesWidth">GridLinesWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_IsAnimatedProperty" data-uid="C1.Maui.Grid.C1GridControl.IsAnimatedProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.IsAnimatedProperty.html">IsAnimatedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.IsAnimated.html#C1_Maui_Grid_C1GridControl_IsAnimated">IsAnimated</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_KeyActionEnterProperty" data-uid="C1.Maui.Grid.C1GridControl.KeyActionEnterProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.KeyActionEnterProperty.html">KeyActionEnterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.KeyActionEnter.html#C1_Maui_Grid_C1GridControl_KeyActionEnter">KeyActionEnter</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_KeyActionTabProperty" data-uid="C1.Maui.Grid.C1GridControl.KeyActionTabProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.KeyActionTabProperty.html">KeyActionTabProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.KeyActionTab.html#C1_Maui_Grid_C1GridControl_KeyActionTab">KeyActionTab</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_MouseOverBrushProperty" data-uid="C1.Maui.Grid.C1GridControl.MouseOverBrushProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.MouseOverBrush.html#C1_Maui_Grid_C1GridControl_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_SelectionAdornerBorderBrushProperty" data-uid="C1.Maui.Grid.C1GridControl.SelectionAdornerBorderBrushProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.SelectionAdornerBorderBrushProperty.html">SelectionAdornerBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.SelectionAdornerBorderBrush.html#C1_Maui_Grid_C1GridControl_SelectionAdornerBorderBrush">SelectionAdornerBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_SelectionAdornerBrushProperty" data-uid="C1.Maui.Grid.C1GridControl.SelectionAdornerBrushProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.SelectionAdornerBrushProperty.html">SelectionAdornerBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.SelectionAdornerBrush.html#C1_Maui_Grid_C1GridControl_SelectionAdornerBrush">SelectionAdornerBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_SelectionStyleProperty" data-uid="C1.Maui.Grid.C1GridControl.SelectionStyleProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.SelectionStyleProperty.html">SelectionStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.SelectionStyle.html#C1_Maui_Grid_C1GridControl_SelectionStyle">SelectionStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_ShowMarqueeProperty" data-uid="C1.Maui.Grid.C1GridControl.ShowMarqueeProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.ShowMarqueeProperty.html">ShowMarqueeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.ShowMarquee.html#C1_Maui_Grid_C1GridControl_ShowMarquee">ShowMarquee</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_ZoomModeProperty" data-uid="C1.Maui.Grid.C1GridControl.ZoomModeProperty">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.ZoomModeProperty.html">ZoomModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Grid.C1GridControl.ZoomMode.html#C1_Maui_Grid_C1GridControl_ZoomMode">ZoomMode</a> dependency property.</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_Maui_Grid_C1GridControl_ActiveEditor" data-uid="C1.Maui.Grid.C1GridControl.ActiveEditor">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.ActiveEditor.html#C1_Maui_Grid_C1GridControl_ActiveEditor">ActiveEditor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell editor that is currently active.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_ActualCellStyle" data-uid="C1.Maui.Grid.C1GridControl.ActualCellStyle">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.ActualCellStyle.html#C1_Maui_Grid_C1GridControl_ActualCellStyle">ActualCellStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_ActualCursorStyle" data-uid="C1.Maui.Grid.C1GridControl.ActualCursorStyle">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.ActualCursorStyle.html#C1_Maui_Grid_C1GridControl_ActualCursorStyle">ActualCursorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to the cell when the cursor is in it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_ActualSelectionStyle" data-uid="C1.Maui.Grid.C1GridControl.ActualSelectionStyle">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.ActualSelectionStyle.html#C1_Maui_Grid_C1GridControl_ActualSelectionStyle">ActualSelectionStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to cells when they are selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_Adapter" data-uid="C1.Maui.Grid.C1GridControl.Adapter">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.Adapter.html#C1_Maui_Grid_C1GridControl_Adapter">Adapter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the adapter that provides the grid with the cells and editors, dimensions of columns and rows, freezing dragging and resizing capabilities.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_AllowRefreshing" data-uid="C1.Maui.Grid.C1GridControl.AllowRefreshing">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.AllowRefreshing.html#C1_Maui_Grid_C1GridControl_AllowRefreshing">AllowRefreshing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the grid can be refreshed by pulling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_CellPadding" data-uid="C1.Maui.Grid.C1GridControl.CellPadding">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.CellPadding.html#C1_Maui_Grid_C1GridControl_CellPadding">CellPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell padding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_CellStyle" data-uid="C1.Maui.Grid.C1GridControl.CellStyle">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.CellStyle.html#C1_Maui_Grid_C1GridControl_CellStyle">CellStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">Microsoft.Maui.Controls.Style</span> of the normal cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_CursorRange" data-uid="C1.Maui.Grid.C1GridControl.CursorRange">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.CursorRange.html#C1_Maui_Grid_C1GridControl_CursorRange">CursorRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Maui.Grid.GridControlRange.html">GridControlRange</a> that corresponds to the cursor cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_CursorStyle" data-uid="C1.Maui.Grid.C1GridControl.CursorStyle">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.CursorStyle.html#C1_Maui_Grid_C1GridControl_CursorStyle">CursorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">Microsoft.Maui.Controls.Style</span> of the cursor cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_EditorRange" data-uid="C1.Maui.Grid.C1GridControl.EditorRange">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.EditorRange.html#C1_Maui_Grid_C1GridControl_EditorRange">EditorRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Maui.Grid.GridControlRange.html">GridControlRange</a> that corresponds to the cell currently being edited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_FrozenLinesBrush" data-uid="C1.Maui.Grid.C1GridControl.FrozenLinesBrush">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.FrozenLinesBrush.html#C1_Maui_Grid_C1GridControl_FrozenLinesBrush">FrozenLinesBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">Microsoft.Maui.Controls.Brush</span> that is used to paint the lines between frozen
and scrollable areas of the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_FullEdit" data-uid="C1.Maui.Grid.C1GridControl.FullEdit">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.FullEdit.html#C1_Maui_Grid_C1GridControl_FullEdit">FullEdit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the grid is in full edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_GridLinesBrush" data-uid="C1.Maui.Grid.C1GridControl.GridLinesBrush">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.GridLinesBrush.html#C1_Maui_Grid_C1GridControl_GridLinesBrush">GridLinesBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">Microsoft.Maui.Controls.Brush</span> that is used to paint the lines between cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_GridLinesVisibility" data-uid="C1.Maui.Grid.C1GridControl.GridLinesVisibility">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.GridLinesVisibility.html#C1_Maui_Grid_C1GridControl_GridLinesVisibility">GridLinesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates which grid lines separating inner cells are shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_GridLinesWidth" data-uid="C1.Maui.Grid.C1GridControl.GridLinesWidth">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.GridLinesWidth.html#C1_Maui_Grid_C1GridControl_GridLinesWidth">GridLinesWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the lines between cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_IsAnimated" data-uid="C1.Maui.Grid.C1GridControl.IsAnimated">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.IsAnimated.html#C1_Maui_Grid_C1GridControl_IsAnimated">IsAnimated</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the control is animated during navigation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_KeyActionEnter" data-uid="C1.Maui.Grid.C1GridControl.KeyActionEnter">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.KeyActionEnter.html#C1_Maui_Grid_C1GridControl_KeyActionEnter">KeyActionEnter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the action to perform when the Enter key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_KeyActionTab" data-uid="C1.Maui.Grid.C1GridControl.KeyActionTab">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.KeyActionTab.html#C1_Maui_Grid_C1GridControl_KeyActionTab">KeyActionTab</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the action to perform when the Tab key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_MouseOverBrush" data-uid="C1.Maui.Grid.C1GridControl.MouseOverBrush">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.MouseOverBrush.html#C1_Maui_Grid_C1GridControl_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">Microsoft.Maui.Controls.Brush</span> that is used to highlight cells when the mouse is over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_ScrollPosition" data-uid="C1.Maui.Grid.C1GridControl.ScrollPosition">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.ScrollPosition.html#C1_Maui_Grid_C1GridControl_ScrollPosition">ScrollPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scroll position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_SelectedRanges" data-uid="C1.Maui.Grid.C1GridControl.SelectedRanges">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.SelectedRanges.html#C1_Maui_Grid_C1GridControl_SelectedRanges">SelectedRanges</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the currently selected ranges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_Selection" data-uid="C1.Maui.Grid.C1GridControl.Selection">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.Selection.html#C1_Maui_Grid_C1GridControl_Selection">Selection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_SelectionAdornerBorderBrush" data-uid="C1.Maui.Grid.C1GridControl.SelectionAdornerBorderBrush">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.SelectionAdornerBorderBrush.html#C1_Maui_Grid_C1GridControl_SelectionAdornerBorderBrush">SelectionAdornerBorderBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">Microsoft.Maui.Controls.Brush</span> of the selection adorner border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_SelectionAdornerBrush" data-uid="C1.Maui.Grid.C1GridControl.SelectionAdornerBrush">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.SelectionAdornerBrush.html#C1_Maui_Grid_C1GridControl_SelectionAdornerBrush">SelectionAdornerBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">Microsoft.Maui.Controls.Brush</span> of the selection adorner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_SelectionStyle" data-uid="C1.Maui.Grid.C1GridControl.SelectionStyle">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.SelectionStyle.html#C1_Maui_Grid_C1GridControl_SelectionStyle">SelectionStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">Microsoft.Maui.Controls.Style</span> of the selected cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_ShowMarquee" data-uid="C1.Maui.Grid.C1GridControl.ShowMarquee">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.ShowMarquee.html#C1_Maui_Grid_C1GridControl_ShowMarquee">ShowMarquee</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the grid shows an Excel-style
marquee around the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_UpdateAnimation" data-uid="C1.Maui.Grid.C1GridControl.UpdateAnimation">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.UpdateAnimation.html#C1_Maui_Grid_C1GridControl_UpdateAnimation">UpdateAnimation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object containing the animation settings that will be applied when updating cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_ViewRange" data-uid="C1.Maui.Grid.C1GridControl.ViewRange">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.ViewRange.html#C1_Maui_Grid_C1GridControl_ViewRange">ViewRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Maui.Grid.GridControlRange.html">GridControlRange</a> value that indicates the range of cells
currently visible on the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_ZoomMode" data-uid="C1.Maui.Grid.C1GridControl.ZoomMode">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.ZoomMode.html#C1_Maui_Grid_C1GridControl_ZoomMode">ZoomMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zoom mode.</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_Maui_Grid_C1GridControl_CanRefresh" data-uid="C1.Maui.Grid.C1GridControl.CanRefresh">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.CanRefresh.html#C1_Maui_Grid_C1GridControl_CanRefresh">CanRefresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the grid shows the refresh indicator when pulled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_ChangeView_System_Nullable_System_Double__System_Nullable_System_Double__System_Nullable_System_Double__System_Boolean_" data-uid="C1.Maui.Grid.C1GridControl.ChangeView(System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.Double},System.Boolean)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.ChangeView.html#C1_Maui_Grid_C1GridControl_ChangeView_System_Nullable_System_Double__System_Nullable_System_Double__System_Nullable_System_Double__System_Boolean_">ChangeView(double?, double?, double?, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the scroll and zoom of the grid to the specified part of the viewport.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_Dispose_System_Boolean_" data-uid="C1.Maui.Grid.C1GridControl.Dispose(System.Boolean)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.Dispose.html#C1_Maui_Grid_C1GridControl_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_FinishEditing_System_Boolean_" data-uid="C1.Maui.Grid.C1GridControl.FinishEditing(System.Boolean)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.FinishEditing.html#C1_Maui_Grid_C1GridControl_FinishEditing_System_Boolean_">FinishEditing(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Commits or cancels any pending edits and exits edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_FinishEditing_System_Boolean_System_Boolean_" data-uid="C1.Maui.Grid.C1GridControl.FinishEditing(System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.FinishEditing.html#C1_Maui_Grid_C1GridControl_FinishEditing_System_Boolean_System_Boolean_">FinishEditing(bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Commits or cancels any pending edits and exits edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_GetCellStyle" data-uid="C1.Maui.Grid.C1GridControl.GetCellStyle">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.GetCellStyle.html#C1_Maui_Grid_C1GridControl_GetCellStyle">GetCellStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_GetCursorStyle" data-uid="C1.Maui.Grid.C1GridControl.GetCursorStyle">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.GetCursorStyle.html#C1_Maui_Grid_C1GridControl_GetCursorStyle">GetCursorStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the cell when the cursor is in it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_GetSelectedState_C1_Maui_Grid_GridControlRange_" data-uid="C1.Maui.Grid.C1GridControl.GetSelectedState(C1.Maui.Grid.GridControlRange)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.GetSelectedState.html#C1_Maui_Grid_C1GridControl_GetSelectedState_C1_Maui_Grid_GridControlRange_">GetSelectedState(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Maui.Grid.GridSelectedState.html">GridSelectedState</a> value that indicates the selected
state of the cells in a specified range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_GetSelectedTimes_C1_Maui_Grid_GridControlRange_" data-uid="C1.Maui.Grid.C1GridControl.GetSelectedTimes(C1.Maui.Grid.GridControlRange)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.GetSelectedTimes.html#C1_Maui_Grid_C1GridControl_GetSelectedTimes_C1_Maui_Grid_GridControlRange_">GetSelectedTimes(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of times this range is selected.
state of the cells in a specified range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_GetSelectionStyle" data-uid="C1.Maui.Grid.C1GridControl.GetSelectionStyle">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.GetSelectionStyle.html#C1_Maui_Grid_C1GridControl_GetSelectionStyle">GetSelectionStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the cells when they are selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_InvalidateCellStyle" data-uid="C1.Maui.Grid.C1GridControl.InvalidateCellStyle">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.InvalidateCellStyle.html#C1_Maui_Grid_C1GridControl_InvalidateCellStyle">InvalidateCellStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Flags the <a class="xref" href="C1.Maui.Grid.C1GridControl.ActualCellStyle.html#C1_Maui_Grid_C1GridControl_ActualCellStyle">ActualCellStyle</a> to be created again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_InvalidateCursorStyle" data-uid="C1.Maui.Grid.C1GridControl.InvalidateCursorStyle">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.InvalidateCursorStyle.html#C1_Maui_Grid_C1GridControl_InvalidateCursorStyle">InvalidateCursorStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Flags the <a class="xref" href="C1.Maui.Grid.C1GridControl.ActualCursorStyle.html#C1_Maui_Grid_C1GridControl_ActualCursorStyle">ActualCursorStyle</a> to be created again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_InvalidateSelectionStyle" data-uid="C1.Maui.Grid.C1GridControl.InvalidateSelectionStyle">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.InvalidateSelectionStyle.html#C1_Maui_Grid_C1GridControl_InvalidateSelectionStyle">InvalidateSelectionStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Flags the <a class="xref" href="C1.Maui.Grid.C1GridControl.ActualSelectionStyle.html#C1_Maui_Grid_C1GridControl_ActualSelectionStyle">ActualSelectionStyle</a> to be created again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_IsMouseOverRange_C1_Maui_Grid_GridControlRange_" data-uid="C1.Maui.Grid.C1GridControl.IsMouseOverRange(C1.Maui.Grid.GridControlRange)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.IsMouseOverRange.html#C1_Maui_Grid_C1GridControl_IsMouseOverRange_C1_Maui_Grid_GridControlRange_">IsMouseOverRange(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the cell in the specified range has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_LoadDesignTimeData" data-uid="C1.Maui.Grid.C1GridControl.LoadDesignTimeData">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.LoadDesignTimeData.html#C1_Maui_Grid_C1GridControl_LoadDesignTimeData">LoadDesignTimeData()</a>
        </td>
        <td class="markdown level1 summary"><p>Loads dummy design time content visible in Storyboard and Android designer</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_OnBeginningEdit_C1_Maui_Grid_GridControlEditEventArgs_" data-uid="C1.Maui.Grid.C1GridControl.OnBeginningEdit(C1.Maui.Grid.GridControlEditEventArgs)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.OnBeginningEdit.html#C1_Maui_Grid_C1GridControl_OnBeginningEdit_C1_Maui_Grid_GridControlEditEventArgs_">OnBeginningEdit(GridControlEditEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">BeginningEdit</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_OnCellDoubleTapped_C1_Maui_Grid_GridControlTapEventArgs_" data-uid="C1.Maui.Grid.C1GridControl.OnCellDoubleTapped(C1.Maui.Grid.GridControlTapEventArgs)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.OnCellDoubleTapped.html#C1_Maui_Grid_C1GridControl_OnCellDoubleTapped_C1_Maui_Grid_GridControlTapEventArgs_">OnCellDoubleTapped(GridControlTapEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a cell is double tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_OnCellEditEnded_C1_Maui_Grid_GridControlEditEventArgs_" data-uid="C1.Maui.Grid.C1GridControl.OnCellEditEnded(C1.Maui.Grid.GridControlEditEventArgs)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.OnCellEditEnded.html#C1_Maui_Grid_C1GridControl_OnCellEditEnded_C1_Maui_Grid_GridControlEditEventArgs_">OnCellEditEnded(GridControlEditEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the edit of a cell ended.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_OnCellEditEnding_C1_Maui_Grid_GridControlEditEventArgs_" data-uid="C1.Maui.Grid.C1GridControl.OnCellEditEnding(C1.Maui.Grid.GridControlEditEventArgs)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.OnCellEditEnding.html#C1_Maui_Grid_C1GridControl_OnCellEditEnding_C1_Maui_Grid_GridControlEditEventArgs_">OnCellEditEnding(GridControlEditEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">CellEditEnding</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_OnCellLongPressed_C1_Maui_Grid_GridControlTapEventArgs_" data-uid="C1.Maui.Grid.C1GridControl.OnCellLongPressed(C1.Maui.Grid.GridControlTapEventArgs)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.OnCellLongPressed.html#C1_Maui_Grid_C1GridControl_OnCellLongPressed_C1_Maui_Grid_GridControlTapEventArgs_">OnCellLongPressed(GridControlTapEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a cell is being held.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_OnCellTapped_C1_Maui_Grid_GridControlTapEventArgs_" data-uid="C1.Maui.Grid.C1GridControl.OnCellTapped(C1.Maui.Grid.GridControlTapEventArgs)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.OnCellTapped.html#C1_Maui_Grid_C1GridControl_OnCellTapped_C1_Maui_Grid_GridControlTapEventArgs_">OnCellTapped(GridControlTapEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a cell is tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_OnCursorChanged_C1_Maui_Grid_GridControlRangeEventArgs_" data-uid="C1.Maui.Grid.C1GridControl.OnCursorChanged(C1.Maui.Grid.GridControlRangeEventArgs)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.OnCursorChanged.html#C1_Maui_Grid_C1GridControl_OnCursorChanged_C1_Maui_Grid_GridControlRangeEventArgs_">OnCursorChanged(GridControlRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after the cursor changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_OnCursorChanging_C1_Maui_Grid_GridControlRangeEventArgs_" data-uid="C1.Maui.Grid.C1GridControl.OnCursorChanging(C1.Maui.Grid.GridControlRangeEventArgs)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.OnCursorChanging.html#C1_Maui_Grid_C1GridControl_OnCursorChanging_C1_Maui_Grid_GridControlRangeEventArgs_">OnCursorChanging(GridControlRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called before the cursor changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_OnPrepareCellForEdit_C1_Maui_Grid_GridControlEditEventArgs_" data-uid="C1.Maui.Grid.C1GridControl.OnPrepareCellForEdit(C1.Maui.Grid.GridControlEditEventArgs)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.OnPrepareCellForEdit.html#C1_Maui_Grid_C1GridControl_OnPrepareCellForEdit_C1_Maui_Grid_GridControlEditEventArgs_">OnPrepareCellForEdit(GridControlEditEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">PrepareCellForEdit</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_OnRefreshAsync_C1_Maui_Grid_GridRefreshEventArgs_" data-uid="C1.Maui.Grid.C1GridControl.OnRefreshAsync(C1.Maui.Grid.GridRefreshEventArgs)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.OnRefreshAsync.html#C1_Maui_Grid_C1GridControl_OnRefreshAsync_C1_Maui_Grid_GridRefreshEventArgs_">OnRefreshAsync(GridRefreshEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the refresh was pulled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_OnScrollPositionChanged_System_EventArgs_" data-uid="C1.Maui.Grid.C1GridControl.OnScrollPositionChanged(System.EventArgs)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.OnScrollPositionChanged.html#C1_Maui_Grid_C1GridControl_OnScrollPositionChanged_System_EventArgs_">OnScrollPositionChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the scroll position changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_OnSelectionChanged_C1_Maui_Grid_GridControlSelectionEventArgs_" data-uid="C1.Maui.Grid.C1GridControl.OnSelectionChanged(C1.Maui.Grid.GridControlSelectionEventArgs)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.OnSelectionChanged.html#C1_Maui_Grid_C1GridControl_OnSelectionChanged_C1_Maui_Grid_GridControlSelectionEventArgs_">OnSelectionChanged(GridControlSelectionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after the selection changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_OnSelectionChanging_C1_Maui_Grid_GridControlSelectionEventArgs_" data-uid="C1.Maui.Grid.C1GridControl.OnSelectionChanging(C1.Maui.Grid.GridControlSelectionEventArgs)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.OnSelectionChanging.html#C1_Maui_Grid_C1GridControl_OnSelectionChanging_C1_Maui_Grid_GridControlSelectionEventArgs_">OnSelectionChanging(GridControlSelectionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called before the selection changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_Refresh_C1_Maui_Grid_GridControlRange_" data-uid="C1.Maui.Grid.C1GridControl.Refresh(C1.Maui.Grid.GridControlRange)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.Refresh.html#C1_Maui_Grid_C1GridControl_Refresh_C1_Maui_Grid_GridControlRange_">Refresh(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_ScrollIntoView_C1_Maui_Grid_GridControlRange_System_Double_System_Boolean_" data-uid="C1.Maui.Grid.C1GridControl.ScrollIntoView(C1.Maui.Grid.GridControlRange,System.Double,System.Boolean)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.ScrollIntoView.html#C1_Maui_Grid_C1GridControl_ScrollIntoView_C1_Maui_Grid_GridControlRange_System_Double_System_Boolean_">ScrollIntoView(GridControlRange, double, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the grid to bring a specified range into view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_Select_C1_Maui_Grid_GridControlRange_System_Boolean_System_Boolean_" data-uid="C1.Maui.Grid.C1GridControl.Select(C1.Maui.Grid.GridControlRange,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.Select.html#C1_Maui_Grid_C1GridControl_Select_C1_Maui_Grid_GridControlRange_System_Boolean_System_Boolean_">Select(GridControlRange, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects a given cell and optionally scrolls it into view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_Select_System_Collections_Generic_IEnumerable_C1_Maui_Grid_GridControlRange__System_Boolean_System_Boolean_" data-uid="C1.Maui.Grid.C1GridControl.Select(System.Collections.Generic.IEnumerable{C1.Maui.Grid.GridControlRange},System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.Select.html#C1_Maui_Grid_C1GridControl_Select_System_Collections_Generic_IEnumerable_C1_Maui_Grid_GridControlRange__System_Boolean_System_Boolean_">Select(IEnumerable&lt;GridControlRange&gt;, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects a collection of cells and optionally scrolls it into view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_SelectAll" data-uid="C1.Maui.Grid.C1GridControl.SelectAll">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.SelectAll.html#C1_Maui_Grid_C1GridControl_SelectAll">SelectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Selects all the cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_SetCursor_C1_Maui_Grid_GridControlRange_System_Boolean_" data-uid="C1.Maui.Grid.C1GridControl.SetCursor(C1.Maui.Grid.GridControlRange,System.Boolean)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.SetCursor.html#C1_Maui_Grid_C1GridControl_SetCursor_C1_Maui_Grid_GridControlRange_System_Boolean_">SetCursor(GridControlRange, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the cursor of the grid to the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_StartEditing_C1_Maui_Grid_GridControlRange_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.Maui.Grid.C1GridControl.StartEditing(C1.Maui.Grid.GridControlRange,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.StartEditing.html#C1_Maui_Grid_C1GridControl_StartEditing_C1_Maui_Grid_GridControlRange_System_Boolean_System_Boolean_System_Boolean_">StartEditing(GridControlRange, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Starts editing a specific cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_UnselectAll" data-uid="C1.Maui.Grid.C1GridControl.UnselectAll">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.UnselectAll.html#C1_Maui_Grid_C1GridControl_UnselectAll">UnselectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Unselects all the cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_UpdateMouseOver_C1_Maui_Grid_GridControlRange_" data-uid="C1.Maui.Grid.C1GridControl.UpdateMouseOver(C1.Maui.Grid.GridControlRange)">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.UpdateMouseOver.html#C1_Maui_Grid_C1GridControl_UpdateMouseOver_C1_Maui_Grid_GridControlRange_">UpdateMouseOver(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the mouse-over state of the specified <code class="paramref">range</code>.</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_Maui_Grid_C1GridControl_PropertyChanged" data-uid="C1.Maui.Grid.C1GridControl.PropertyChanged">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_Refreshing" data-uid="C1.Maui.Grid.C1GridControl.Refreshing">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.Refreshing.html">Refreshing</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user pulls the grid to be refreshed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Grid_C1GridControl_ScrollPositionChanged" data-uid="C1.Maui.Grid.C1GridControl.ScrollPositionChanged">
          <a class="xref" href="C1.Maui.Grid.C1GridControl.ScrollPositionChanged.html">ScrollPositionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when scroll position changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
