# C1.WPF.PropertyGrid.PropertyGridCellView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_PropertyGrid_PropertyGridCellView" data-uid="C1.WPF.PropertyGrid.PropertyGridCellView" class="text-break">PropertyGridCellView Class
</h1>
  <div class="markdown level0 summary"><p>Cell of <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.html">C1PropertyGrid</a>.</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">PropertyGridCellView</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.PropertyGrid.html">C1.WPF.PropertyGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PropertyGrid.dll</h6>
  <h5 id="C1_WPF_PropertyGrid_PropertyGridCellView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PropertyGridCellView : GridControlCellView</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PropertyGridCellView
    Inherits GridControlCellView</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_PropertyGrid_PropertyGridCellView__ctor" data-uid="C1.WPF.PropertyGrid.PropertyGridCellView.#ctor">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGridCellView.-ctor.html#C1_WPF_PropertyGrid_PropertyGridCellView__ctor">PropertyGridCellView()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.PropertyGrid.PropertyGridCellView.html">PropertyGridCellView</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_PropertyGrid_PropertyGridCellView_ErrorsProperty" data-uid="C1.WPF.PropertyGrid.PropertyGridCellView.ErrorsProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGridCellView.ErrorsProperty.html">ErrorsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.PropertyGridCellView.Errors.html#C1_WPF_PropertyGrid_PropertyGridCellView_Errors">Errors</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_PropertyGrid_PropertyGridCellView_Errors" data-uid="C1.WPF.PropertyGrid.PropertyGridCellView.Errors">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGridCellView.Errors.html#C1_WPF_PropertyGrid_PropertyGridCellView_Errors">Errors</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGridCellView_Group" data-uid="C1.WPF.PropertyGrid.PropertyGridCellView.Group">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGridCellView.Group.html#C1_WPF_PropertyGrid_PropertyGridCellView_Group">Group</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the property-group the cell belongs to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGridCellView_VisualChildrenCount" data-uid="C1.WPF.PropertyGrid.PropertyGridCellView.VisualChildrenCount">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGridCellView.VisualChildrenCount.html#C1_WPF_PropertyGrid_PropertyGridCellView_VisualChildrenCount">VisualChildrenCount</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_PropertyGrid_PropertyGridCellView_ArrangeOverride_System_Windows_Size_" data-uid="C1.WPF.PropertyGrid.PropertyGridCellView.ArrangeOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGridCellView.ArrangeOverride.html#C1_WPF_PropertyGrid_PropertyGridCellView_ArrangeOverride_System_Windows_Size_">ArrangeOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGridCellView_Dispose_System_Boolean_" data-uid="C1.WPF.PropertyGrid.PropertyGridCellView.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGridCellView.Dispose.html#C1_WPF_PropertyGrid_PropertyGridCellView_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGridCellView_GetVisualChild_System_Int32_" data-uid="C1.WPF.PropertyGrid.PropertyGridCellView.GetVisualChild(System.Int32)">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGridCellView.GetVisualChild.html#C1_WPF_PropertyGrid_PropertyGridCellView_GetVisualChild_System_Int32_">GetVisualChild(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGridCellView_OnApplyTemplate" data-uid="C1.WPF.PropertyGrid.PropertyGridCellView.OnApplyTemplate">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGridCellView.OnApplyTemplate.html#C1_WPF_PropertyGrid_PropertyGridCellView_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
