# C1.WPF.GanttView.BaseView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_GanttView_BaseView" data-uid="C1.WPF.GanttView.BaseView" class="text-break">BaseView Class
</h1>
  <div class="markdown level0 summary"><p>Grid control used by C1GanttView (with a reference to the current project).</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">BaseView</span></div>
      <div class="level2"><a class="xref" href="C1.WPF.GanttView.GanttChartView.html">GanttChartView</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.GanttView.GridView.html">GridView</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.GanttView.html">C1.WPF.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.GanttView.dll</h6>
  <h5 id="C1_WPF_GanttView_BaseView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BaseView : FlexGrid</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class BaseView
    Inherits FlexGrid</code></pre>
  </div>
  <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_GanttView_BaseView_Col" data-uid="C1.WPF.GanttView.BaseView.Col">
          <a class="xref" href="C1.WPF.GanttView.BaseView.Col.html#C1_WPF_GanttView_BaseView_Col">Col</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column that contains the cursor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_BaseView_Row" data-uid="C1.WPF.GanttView.BaseView.Row">
          <a class="xref" href="C1.WPF.GanttView.BaseView.Row.html#C1_WPF_GanttView_BaseView_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row that contains the cursor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_BaseView_TotalHeight" data-uid="C1.WPF.GanttView.BaseView.TotalHeight">
          <a class="xref" href="C1.WPF.GanttView.BaseView.TotalHeight.html#C1_WPF_GanttView_BaseView_TotalHeight">TotalHeight</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_BaseView_TotalWidth" data-uid="C1.WPF.GanttView.BaseView.TotalWidth">
          <a class="xref" href="C1.WPF.GanttView.BaseView.TotalWidth.html#C1_WPF_GanttView_BaseView_TotalWidth">TotalWidth</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_BaseView_View" data-uid="C1.WPF.GanttView.BaseView.View">
          <a class="xref" href="C1.WPF.GanttView.BaseView.View.html#C1_WPF_GanttView_BaseView_View">View</a>
        </td>
        <td class="markdown level1 summary"></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_GanttView_BaseView_GetClone_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.GanttView.BaseView.GetClone(C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.GanttView.BaseView.GetClone.html#C1_WPF_GanttView_BaseView_GetClone_C1_WPF_Grid_GridCellRange_">GetClone(GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_BaseView_GetWidthByCellRange_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.GanttView.BaseView.GetWidthByCellRange(C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.GanttView.BaseView.GetWidthByCellRange.html#C1_WPF_GanttView_BaseView_GetWidthByCellRange_C1_WPF_Grid_GridCellRange_">GetWidthByCellRange(GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_BaseView_OnKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.GanttView.BaseView.OnKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.GanttView.BaseView.OnKeyDown.html#C1_WPF_GanttView_BaseView_OnKeyDown_System_Windows_Input_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
