# GrapeCity.Wpf.SpreadSheet.CellType.Editors.ObjectItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ObjectItem" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ObjectItem" class="text-break">ObjectItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents the item in which the content is an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</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"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.html">Item</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;</div>
    <div class="level2"><span class="xref">ObjectItem</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.html">Item</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</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_ObjectItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ObjectItem : Item&lt;object&gt;, IEquatable&lt;Item&lt;object&gt;&gt;, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class ObjectItem
    Inherits Item(Of Object)
    Implements IEquatable(Of Item(Of Object)), INotifyPropertyChanged</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_ObjectItem__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ObjectItem.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ObjectItem.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ObjectItem__ctor">ObjectItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ObjectItem.html">ObjectItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ObjectItem__ctor_System_Object_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ObjectItem.#ctor(System.Object)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ObjectItem.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ObjectItem__ctor_System_Object_">ObjectItem(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ObjectItem.html">ObjectItem</a>.</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_ObjectItem_CompareValue_System_Object_System_Object_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ObjectItem.CompareValue(System.Object,System.Object)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ObjectItem.CompareValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ObjectItem_CompareValue_System_Object_System_Object_">CompareValue(object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Compare two values of object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
