# C1.WPF.ExpressionEditor.IntellisenseItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ExpressionEditor_IntellisenseItem" data-uid="C1.WPF.ExpressionEditor.IntellisenseItem" class="text-break">IntellisenseItem Class
</h1>
  <div class="markdown level0 summary"><p>Describes intellisense item information.</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">IntellisenseItem</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.ExpressionEditor.html">C1.WPF.ExpressionEditor</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ExpressionEditor.4.6.2.dll</h6>
  <h5 id="C1_WPF_ExpressionEditor_IntellisenseItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class IntellisenseItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class IntellisenseItem</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_ExpressionEditor_IntellisenseItem__ctor_C1_ExpressionEditor_Engine_ExpressionItem_System_String_" data-uid="C1.WPF.ExpressionEditor.IntellisenseItem.#ctor(C1.ExpressionEditor.Engine.ExpressionItem,System.String)">
          <a class="xref" href="C1.WPF.ExpressionEditor.IntellisenseItem.-ctor.html#C1_WPF_ExpressionEditor_IntellisenseItem__ctor_C1_ExpressionEditor_Engine_ExpressionItem_System_String_">IntellisenseItem(ExpressionItem, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.ExpressionEditor.IntellisenseItem.html">IntellisenseItem</a> which accepts an expression item and icon.</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_ExpressionEditor_IntellisenseItem_Icon" data-uid="C1.WPF.ExpressionEditor.IntellisenseItem.Icon">
          <a class="xref" href="C1.WPF.ExpressionEditor.IntellisenseItem.Icon.html#C1_WPF_ExpressionEditor_IntellisenseItem_Icon">Icon</a>
        </td>
        <td class="markdown level1 summary"><p>The icon of the expression item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_IntellisenseItem_Item" data-uid="C1.WPF.ExpressionEditor.IntellisenseItem.Item">
          <a class="xref" href="C1.WPF.ExpressionEditor.IntellisenseItem.Item.html#C1_WPF_ExpressionEditor_IntellisenseItem_Item">Item</a>
        </td>
        <td class="markdown level1 summary"><p>The expression item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_IntellisenseItem_ItemArguments" data-uid="C1.WPF.ExpressionEditor.IntellisenseItem.ItemArguments">
          <a class="xref" href="C1.WPF.ExpressionEditor.IntellisenseItem.ItemArguments.html#C1_WPF_ExpressionEditor_IntellisenseItem_ItemArguments">ItemArguments</a>
        </td>
        <td class="markdown level1 summary"><p>The arguments of the expression item.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
