# C1.WPF.ExpressionEditor.ExpressionItemCategory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ExpressionEditor_ExpressionItemCategory" data-uid="C1.WPF.ExpressionEditor.ExpressionItemCategory" class="text-break">ExpressionItemCategory Class
</h1>
  <div class="markdown level0 summary"><p>Represents a expression category for a <a class="xref" href="C1.WPF.ExpressionEditor.C1ExpressionEditorPanel.html">C1ExpressionEditorPanel</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"><span class="xref">ExpressionItemCategory</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></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_ExpressionItemCategory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExpressionItemCategory : INotifyPropertyChanged, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ExpressionItemCategory
    Implements INotifyPropertyChanged, IDisposable</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_ExpressionItemCategory__ctor_System_String_C1_WPF_ExpressionEditor_CategoryType_" data-uid="C1.WPF.ExpressionEditor.ExpressionItemCategory.#ctor(System.String,C1.WPF.ExpressionEditor.CategoryType)">
          <a class="xref" href="C1.WPF.ExpressionEditor.ExpressionItemCategory.-ctor.html#C1_WPF_ExpressionEditor_ExpressionItemCategory__ctor_System_String_C1_WPF_ExpressionEditor_CategoryType_">ExpressionItemCategory(string, CategoryType)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_ExpressionItemCategory__ctor_System_String_C1_WPF_ExpressionEditor_CategoryType_System_Collections_ObjectModel_ObservableCollection_C1_ExpressionEditor_Engine_ExpressionItem__" data-uid="C1.WPF.ExpressionEditor.ExpressionItemCategory.#ctor(System.String,C1.WPF.ExpressionEditor.CategoryType,System.Collections.ObjectModel.ObservableCollection{C1.ExpressionEditor.Engine.ExpressionItem})">
          <a class="xref" href="C1.WPF.ExpressionEditor.ExpressionItemCategory.-ctor.html#C1_WPF_ExpressionEditor_ExpressionItemCategory__ctor_System_String_C1_WPF_ExpressionEditor_CategoryType_System_Collections_ObjectModel_ObservableCollection_C1_ExpressionEditor_Engine_ExpressionItem__">ExpressionItemCategory(string, CategoryType, ObservableCollection&lt;ExpressionItem&gt;)</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="C1_WPF_ExpressionEditor_ExpressionItemCategory_Items" data-uid="C1.WPF.ExpressionEditor.ExpressionItemCategory.Items">
          <a class="xref" href="C1.WPF.ExpressionEditor.ExpressionItemCategory.Items.html#C1_WPF_ExpressionEditor_ExpressionItemCategory_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_ExpressionItemCategory_SubCategories" data-uid="C1.WPF.ExpressionEditor.ExpressionItemCategory.SubCategories">
          <a class="xref" href="C1.WPF.ExpressionEditor.ExpressionItemCategory.SubCategories.html#C1_WPF_ExpressionEditor_ExpressionItemCategory_SubCategories">SubCategories</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of subcategories.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_ExpressionItemCategory_Text" data-uid="C1.WPF.ExpressionEditor.ExpressionItemCategory.Text">
          <a class="xref" href="C1.WPF.ExpressionEditor.ExpressionItemCategory.Text.html#C1_WPF_ExpressionEditor_ExpressionItemCategory_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the displayed text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_ExpressionItemCategory_Type" data-uid="C1.WPF.ExpressionEditor.ExpressionItemCategory.Type">
          <a class="xref" href="C1.WPF.ExpressionEditor.ExpressionItemCategory.Type.html#C1_WPF_ExpressionEditor_ExpressionItemCategory_Type">Type</a>
        </td>
        <td class="markdown level1 summary"></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_WPF_ExpressionEditor_ExpressionItemCategory_Dispose" data-uid="C1.WPF.ExpressionEditor.ExpressionItemCategory.Dispose">
          <a class="xref" href="C1.WPF.ExpressionEditor.ExpressionItemCategory.Dispose.html#C1_WPF_ExpressionEditor_ExpressionItemCategory_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases all unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_ExpressionItemCategory_Dispose_System_Boolean_" data-uid="C1.WPF.ExpressionEditor.ExpressionItemCategory.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.ExpressionEditor.ExpressionItemCategory.Dispose.html#C1_WPF_ExpressionEditor_ExpressionItemCategory_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases all unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_ExpressionItemCategory_OnPropertyChanged_System_String_" data-uid="C1.WPF.ExpressionEditor.ExpressionItemCategory.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.WPF.ExpressionEditor.ExpressionItemCategory.OnPropertyChanged.html#C1_WPF_ExpressionEditor_ExpressionItemCategory_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Rises the <a class="xref" href="C1.WPF.ExpressionEditor.ExpressionItemCategory.PropertyChanged.html">PropertyChanged</a> event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_ExpressionItemCategory_PropertyChanged" data-uid="C1.WPF.ExpressionEditor.ExpressionItemCategory.PropertyChanged">
          <a class="xref" href="C1.WPF.ExpressionEditor.ExpressionItemCategory.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
