# C1.C1Preview.DictionaryItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_DictionaryItem" data-uid="C1.C1Preview.DictionaryItem" class="text-break">DictionaryItem Class
</h1>
  <div class="markdown level0 summary"><p>The base class for types of objects that can be inserted in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>'s <a class="xref" href="C1.C1Preview.Dictionary.html">Dictionary</a>.
Derived classes include <a class="xref" href="C1.C1Preview.DictionaryImage.html">DictionaryImage</a> and <a class="xref" href="C1.C1Preview.DictionaryIcon.html">DictionaryIcon</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="C1.C1Preview.NamedCollectionItem.html">NamedCollectionItem</a></div>
    <div class="level2"><span class="xref">DictionaryItem</span></div>
      <div class="level3"><a class="xref" href="C1.C1Preview.DictionaryIcon.html">DictionaryIcon</a></div>
      <div class="level3"><a class="xref" href="C1.C1Preview.DictionaryImage.html">DictionaryImage</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_DictionaryItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1ClassSerialization(true)]
public abstract class DictionaryItem : NamedCollectionItem, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1ClassSerialization(True)&gt;
Public MustInherit Class DictionaryItem
    Inherits NamedCollectionItem
    Implements ICloneable</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_C1Preview_DictionaryItem__ctor_System_String_" data-uid="C1.C1Preview.DictionaryItem.#ctor(System.String)">
          <a class="xref" href="C1.C1Preview.DictionaryItem.-ctor.html#C1_C1Preview_DictionaryItem__ctor_System_String_">DictionaryItem(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.DictionaryItem.html">DictionaryItem</a> class.</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_C1Preview_DictionaryItem_Owner" data-uid="C1.C1Preview.DictionaryItem.Owner">
          <a class="xref" href="C1.C1Preview.DictionaryItem.Owner.html#C1_C1Preview_DictionaryItem_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.Dictionary.html">Dictionary</a> object that is the owner of the current item.</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_C1Preview_DictionaryItem_SetName_System_String_" data-uid="C1.C1Preview.DictionaryItem.SetName(System.String)">
          <a class="xref" href="C1.C1Preview.DictionaryItem.SetName.html#C1_C1Preview_DictionaryItem_SetName_System_String_">SetName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden. Sets the name of the current item.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.C1Preview.C1PrintDocument.Dictionary.html#C1_C1Preview_C1PrintDocument_Dictionary">Dictionary</a></div>
  </div>

</div>
