# GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldContentPresenter" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter" class="text-break">FieldContentPresenter Class
</h1>
  <div class="markdown level0 summary"><p>Represents the GrapeCity.Windows.InputMan.Fields.FieldContentPresenter, which provides the container for GrapeCity.Windows.InputMan.Fields.Primitives.Field.</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="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><span class="xref">FieldContentPresenter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldContentPresenter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Localizability(LocalizationCategory.None, Readability = Readability.Unreadable)]
public sealed class FieldContentPresenter : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Localizability(LocalizationCategory.None, Readability:=Readability.Unreadable)&gt;
Public NotInheritable Class FieldContentPresenter
    Inherits FrameworkElement
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldContentPresenter__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldContentPresenter__ctor">FieldContentPresenter()</a>
        </td>
        <td class="markdown level1 summary"></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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldContentPresenter_LogicalChildren" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter.LogicalChildren">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter.LogicalChildren.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldContentPresenter_LogicalChildren">LogicalChildren</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an enumerator that can be used to iterate the logical child elements of a GrapeCity.Windows.InputMan.Fields.FieldContentPresenter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldContentPresenter_VisualChildrenCount" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter.VisualChildrenCount">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter.VisualChildrenCount.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldContentPresenter_VisualChildrenCount">VisualChildrenCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that is equal to the number of visual child elements of this instance of GrapeCity.Windows.InputMan.Fields.FieldContentPresenter.</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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldContentPresenter_ArrangeOverride_System_Windows_Size_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter.ArrangeOverride(System.Windows.Size)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter.ArrangeOverride.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldContentPresenter_ArrangeOverride_System_Windows_Size_">ArrangeOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Arranges the content of a GrapeCity.Windows.InputMan.Fields.FieldContentPresenter element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldContentPresenter_GetVisualChild_System_Int32_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter.GetVisualChild(System.Int32)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter.GetVisualChild.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldContentPresenter_GetVisualChild_System_Int32_">GetVisualChild(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the child <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a> element at the specified index position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldContentPresenter_MeasureOverride_System_Windows_Size_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter.MeasureOverride.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldContentPresenter_MeasureOverride_System_Windows_Size_">MeasureOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures the child element of a GrapeCity.Windows.InputMan.Fields.FieldContentPresenter to prepare for arranging it during the <span class="xref">ArrangeOverride(Size)</span> pass.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
