# C1.WPF.Grid.GridControlCellView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridControlCellView" data-uid="C1.WPF.Grid.GridControlCellView" class="text-break">GridControlCellView Class
</h1>
  <div class="markdown level0 summary"><p>Contains properties that will be applied to cell view elements.</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">GridControlCellView</span></div>
      <div class="level2"><a class="xref" href="../C1.WPF.Grid/C1.WPF.Grid.GridCellView.html">GridCellView</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.GridControl.dll</h6>
  <h5 id="C1_WPF_Grid_GridControlCellView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridControlCellView : C1Border</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridControlCellView
    Inherits C1Border</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_GridControlCellView__ctor" data-uid="C1.WPF.Grid.GridControlCellView.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.-ctor.html#C1_WPF_Grid_GridControlCellView__ctor">GridControlCellView()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridControlCellView.html">GridControlCellView</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_WPF_Grid_GridControlCellView_IsMouseOverProperty" data-uid="C1.WPF.Grid.GridControlCellView.IsMouseOverProperty">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.IsMouseOverProperty.html">IsMouseOverProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridControlCellView.IsMouseOver.html#C1_WPF_Grid_GridControlCellView_IsMouseOver">IsMouseOver</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlCellView_MouseOverBrushProperty" data-uid="C1.WPF.Grid.GridControlCellView.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridControlCellView.MouseOverBrush.html#C1_WPF_Grid_GridControlCellView_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlCellView_SelectedBrushProperty" data-uid="C1.WPF.Grid.GridControlCellView.SelectedBrushProperty">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.SelectedBrushProperty.html">SelectedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridControlCellView.SelectedBrush.html#C1_WPF_Grid_GridControlCellView_SelectedBrush">SelectedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlCellView_SelectedTimesProperty" data-uid="C1.WPF.Grid.GridControlCellView.SelectedTimesProperty">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.SelectedTimesProperty.html">SelectedTimesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridControlCellView.SelectedTimes.html#C1_WPF_Grid_GridControlCellView_SelectedTimes">SelectedTimes</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_WPF_Grid_GridControlCellView_IsMouseOver" data-uid="C1.WPF.Grid.GridControlCellView.IsMouseOver">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.IsMouseOver.html#C1_WPF_Grid_GridControlCellView_IsMouseOver">IsMouseOver</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the mouse over state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlCellView_IsSelected" data-uid="C1.WPF.Grid.GridControlCellView.IsSelected">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.IsSelected.html#C1_WPF_Grid_GridControlCellView_IsSelected">IsSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the cell is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlCellView_MouseOverBrush" data-uid="C1.WPF.Grid.GridControlCellView.MouseOverBrush">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.MouseOverBrush.html#C1_WPF_Grid_GridControlCellView_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the color of mouse over cell / row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlCellView_Range" data-uid="C1.WPF.Grid.GridControlCellView.Range">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.Range.html#C1_WPF_Grid_GridControlCellView_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the range associated with this cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlCellView_ReadOnlyContent" data-uid="C1.WPF.Grid.GridControlCellView.ReadOnlyContent">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.ReadOnlyContent.html#C1_WPF_Grid_GridControlCellView_ReadOnlyContent">ReadOnlyContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element shown as content when it is not editing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlCellView_SelectedBrush" data-uid="C1.WPF.Grid.GridControlCellView.SelectedBrush">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.SelectedBrush.html#C1_WPF_Grid_GridControlCellView_SelectedBrush">SelectedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the color of selected cell / row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlCellView_SelectedTimes" data-uid="C1.WPF.Grid.GridControlCellView.SelectedTimes">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.SelectedTimes.html#C1_WPF_Grid_GridControlCellView_SelectedTimes">SelectedTimes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of times the cell is selected.</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_GridControlCellView_Dispose_System_Boolean_" data-uid="C1.WPF.Grid.GridControlCellView.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.Dispose.html#C1_WPF_Grid_GridControlCellView_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlCellView_OnApplyTemplate" data-uid="C1.WPF.Grid.GridControlCellView.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.OnApplyTemplate.html#C1_WPF_Grid_GridControlCellView_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlCellView_OnBorderThicknessChanged" data-uid="C1.WPF.Grid.GridControlCellView.OnBorderThicknessChanged">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.OnBorderThicknessChanged.html#C1_WPF_Grid_GridControlCellView_OnBorderThicknessChanged">OnBorderThicknessChanged()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlCellView_OnMouseEnter_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Grid.GridControlCellView.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.OnMouseEnter.html#C1_WPF_Grid_GridControlCellView_OnMouseEnter_System_Windows_Input_MouseEventArgs_">OnMouseEnter(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlCellView_OnMouseLeave_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Grid.GridControlCellView.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.OnMouseLeave.html#C1_WPF_Grid_GridControlCellView_OnMouseLeave_System_Windows_Input_MouseEventArgs_">OnMouseLeave(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlCellView_OnRenderBackground_System_Windows_Media_DrawingContext_System_Windows_Rect_" data-uid="C1.WPF.Grid.GridControlCellView.OnRenderBackground(System.Windows.Media.DrawingContext,System.Windows.Rect)">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.OnRenderBackground.html#C1_WPF_Grid_GridControlCellView_OnRenderBackground_System_Windows_Media_DrawingContext_System_Windows_Rect_">OnRenderBackground(DrawingContext, Rect)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw the background of the control in the specified <code class="paramref">drawingContext</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlCellView_OnRenderBackgroundAdorners_System_Windows_Media_DrawingContext_System_Windows_Rect_" data-uid="C1.WPF.Grid.GridControlCellView.OnRenderBackgroundAdorners(System.Windows.Media.DrawingContext,System.Windows.Rect)">
          <a class="xref" href="C1.WPF.Grid.GridControlCellView.OnRenderBackgroundAdorners.html#C1_WPF_Grid_GridControlCellView_OnRenderBackgroundAdorners_System_Windows_Media_DrawingContext_System_Windows_Rect_">OnRenderBackgroundAdorners(DrawingContext, Rect)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw the background adorners of the control in the specified <code class="paramref">drawingContext</code>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
