# C1.Win.Input.Styles.ComboBoxItemStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Styles_ComboBoxItemStyle" data-uid="C1.Win.Input.Styles.ComboBoxItemStyle" class="text-break">ComboBoxItemStyle Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Input.Styles.ComboBoxItemStyle.html">ComboBoxItemStyle</a> class represents the styles for the <a class="xref" href="C1.Win.Input.C1ComboBox.html">C1ComboBox</a> control
which contains display attributes that determine the appearance of the drop down item.</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.Win.Input.Styles.ItemBaseStyle-1.html">ItemBaseStyle</a>&lt;<a class="xref" href="C1.Win.Input.Styles.StateElementStyle.html">StateElementStyle</a>&gt;</div>
    <div class="level2"><a class="xref" href="C1.Win.Input.Styles.ItemStyle-1.html">ItemStyle</a>&lt;<a class="xref" href="C1.Win.Input.Styles.StateElementStyle.html">StateElementStyle</a>&gt;</div>
    <div class="level3"><a class="xref" href="C1.Win.Input.Styles.ItemStyle.html">ItemStyle</a></div>
    <div class="level4"><span class="xref">ComboBoxItemStyle</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.Styles.html">C1.Win.Input.Styles</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_Styles_ComboBoxItemStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ComboBoxItemStyle : ItemStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ComboBoxItemStyle
    Inherits ItemStyle</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_Win_Input_Styles_ComboBoxItemStyle__ctor" data-uid="C1.Win.Input.Styles.ComboBoxItemStyle.#ctor">
          <a class="xref" href="C1.Win.Input.Styles.ComboBoxItemStyle.-ctor.html#C1_Win_Input_Styles_ComboBoxItemStyle__ctor">ComboBoxItemStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.Styles.ComboBoxItemStyle.html">ComboBoxItemStyle</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="C1_Win_Input_Styles_ComboBoxItemStyle_SelectionView" data-uid="C1.Win.Input.Styles.ComboBoxItemStyle.SelectionView">
          <a class="xref" href="C1.Win.Input.Styles.ComboBoxItemStyle.SelectionView.html#C1_Win_Input_Styles_ComboBoxItemStyle_SelectionView">SelectionView</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item's selection view.</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_Win_Input_Styles_ComboBoxItemStyle_ResetSelectionView" data-uid="C1.Win.Input.Styles.ComboBoxItemStyle.ResetSelectionView">
          <a class="xref" href="C1.Win.Input.Styles.ComboBoxItemStyle.ResetSelectionView.html#C1_Win_Input_Styles_ComboBoxItemStyle_ResetSelectionView">ResetSelectionView()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.ComboBoxItemStyle.SelectionView.html#C1_Win_Input_Styles_ComboBoxItemStyle_SelectionView">SelectionView</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_ComboBoxItemStyle_ShouldSerializeSelectionView" data-uid="C1.Win.Input.Styles.ComboBoxItemStyle.ShouldSerializeSelectionView">
          <a class="xref" href="C1.Win.Input.Styles.ComboBoxItemStyle.ShouldSerializeSelectionView.html#C1_Win_Input_Styles_ComboBoxItemStyle_ShouldSerializeSelectionView">ShouldSerializeSelectionView()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.ComboBoxItemStyle.SelectionView.html#C1_Win_Input_Styles_ComboBoxItemStyle_SelectionView">SelectionView</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
