# C1.WPF.Grid

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="C1_WPF_Grid" data-uid="C1.WPF.Grid" class="text-break">C1.WPF.Grid Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="C1.WPF.Grid.C1GridControl.html">C1GridControl</a></h4>
      <section><p>Control used to display, select and edit tabular information.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.CancelEventArgs.html">CancelEventArgs</a></h4>
      <section><p>Event data with a <a class="xref" href="C1.WPF.Grid.CancelEventArgs.Cancel.html#C1_WPF_Grid_CancelEventArgs_Cancel">Cancel</a> property that can be used to cancel the event.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridControlAdapter.html">GridControlAdapter</a></h4>
      <section><p>Implements the functionality to create grid cells dynamically.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridControlAdapter.ColumnInfo.html">GridControlAdapter.ColumnInfo</a></h4>
      <section><p>Contains the dimensions of a column.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridControlAdapter.RowInfo.html">GridControlAdapter.RowInfo</a></h4>
      <section><p>Contains the dimensions of a row.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.html">GridControlAdapterNotifyChange</a></h4>
      <section><p>Contains information about changes that occurred in the grid and are notified to the adapter.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridControlCellView.html">GridControlCellView</a></h4>
      <section><p>Contains properties that will be applied to cell view elements.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridControlEditEventArgs.html">GridControlEditEventArgs</a></h4>
      <section><p>Event data for editing events.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridControlInputEventArgs.html">GridControlInputEventArgs</a></h4>
      <section><p>Event data for input events associated with a range of cells.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridControlKeyboardHandler.html">GridControlKeyboardHandler</a></h4>
      <section><p>Handles the keyboard actions.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridControlPanel.html">GridControlPanel</a></h4>
      <section><p>Panel that renders the cells in a grid according to the properties <span class="xref">C1.WPF.Grid.GridControlPanel.DisplayRange</span> and <span class="xref">C1.WPF.Grid.GridControlPanel.Viewport</span>.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridControlRange.html">GridControlRange</a></h4>
      <section><p>Represents a range of cells</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridControlRangeEventArgs.html">GridControlRangeEventArgs</a></h4>
      <section><p>Event data for events associated with a range of cells.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridControlSelectionEventArgs.html">GridControlSelectionEventArgs</a></h4>
      <section><p>Event data for selection events.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridControlTapEventArgs.html">GridControlTapEventArgs</a></h4>
      <section><p>Event data for tap input events associated with a range of cells.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridManipulationLayer.html">GridManipulationLayer</a></h4>
      <section><p>Specifies grid manipulation layer.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridSelectionLayer.html">GridSelectionLayer</a></h4>
      <section><p>Specifies grid selection layer.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridUpdateAnimation.html">GridUpdateAnimation</a></h4>
      <section><p>Settings of the animations performed when cells are updated.</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChangeAction.html">GridControlAdapterNotifyChangeAction</a></h4>
      <section><p>Describes the action that caused a <a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.html">GridControlAdapterNotifyChange</a> event.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridEnterAction.html">GridEnterAction</a></h4>
      <section><p>Defines constants that specify which action to perform when Enter key is pressed.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridLinesVisibility.html">GridLinesVisibility</a></h4>
      <section><p>Specifies constants that define which grid lines separating grid cells are shown.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridLostFocusEditMode.html">GridLostFocusEditMode</a></h4>
      <section><p>Specifies the behavior when the control loses focus while editing.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridScaleMode.html">GridScaleMode</a></h4>
      <section><p>Specifies how the grid content should be scaled to fit the page.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridScrollMode.html">GridScrollMode</a></h4>
      <section><p>Specifies how the grid is scrolled when the final user interacts with the grid.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridSelectedState.html">GridSelectedState</a></h4>
      <section><p>Specifies the selected state of a cell.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridTabAction.html">GridTabAction</a></h4>
      <section><p>Defines constants that specify which action to perform when Tab key is pressed.</p>
</section>
      <h4><a class="xref" href="C1.WPF.Grid.GridZoomMode.html">GridZoomMode</a></h4>
      <section><p>Defines constants that specify the current mode for zoom behavior.</p>
</section>


</div>
