# GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item_1" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item`1" class="text-break">Item&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Represents the item which content is specified type of <code class="typeparamref">T</code>.</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">Item&lt;T&gt;</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.html">IntegerItem</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ObjectItem.html">ObjectItem</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.html">StringItem</a></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;T&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_Item_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class Item&lt;T&gt; : IEquatable&lt;Item&lt;T&gt;&gt;, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class Item(Of T)
    Implements IEquatable(Of Item(Of T)), INotifyPropertyChanged</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td><p>The type of content item.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Item_1__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item`1.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item_1__ctor">Item()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.html">Item&lt;T&gt;</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item_1__ctor__0_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item`1.#ctor(`0)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item_1__ctor__0_">Item(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.html">Item&lt;T&gt;</a>.</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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item_1_Value" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item`1.Value">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item_1_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content value of <b>Item</b>.</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_Item_1_CompareValue__0__0_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item`1.CompareValue(`0,`0)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.CompareValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item_1_CompareValue__0__0_">CompareValue(T, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Compare two values of <code class="typeparamref">T</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item_1_Equals_System_Object_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item`1.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.Equals.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item_1_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item_1_GetHashCode" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item`1.GetHashCode">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.GetHashCode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item_1_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the hash code for this <b>Item</b>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</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_Item_1_op_Equality_GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item__0__GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item__0__" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item`1.op_Equality(GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item{`0},GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item{`0})">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.op_Equality.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item_1_op_Equality_GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item__0__GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item__0__">operator ==(Item&lt;T&gt;, Item&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a value indicating whether two instances of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.html">Item&lt;T&gt;</a> are equal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item_1_op_Inequality_GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item__0__GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item__0__" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item`1.op_Inequality(GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item{`0},GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item{`0})">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.op_Inequality.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item_1_op_Inequality_GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item__0__GrapeCity_Wpf_SpreadSheet_CellType_Editors_Item__0__">operator !=(Item&lt;T&gt;, Item&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a value indicating whether two instances of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.html">Item&lt;T&gt;</a> are not equal.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
