# C1.C1Preview.RenderInputComboBoxItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_RenderInputComboBoxItem" data-uid="C1.C1Preview.RenderInputComboBoxItem" class="text-break">RenderInputComboBoxItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents an item in the <a class="xref" href="C1.C1Preview.RenderInputComboBox.Items.html#C1_C1Preview_RenderInputComboBox_Items">Items</a>
collection of a <a class="xref" href="C1.C1Preview.RenderInputComboBox.html">RenderInputComboBox</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">RenderInputComboBoxItem</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_RenderInputComboBoxItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1ClassSerialization(true)]
public class RenderInputComboBoxItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1ClassSerialization(True)&gt;
Public Class RenderInputComboBoxItem</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_RenderInputComboBoxItem__ctor" data-uid="C1.C1Preview.RenderInputComboBoxItem.#ctor">
          <a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.-ctor.html#C1_C1Preview_RenderInputComboBoxItem__ctor">RenderInputComboBoxItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.html">RenderInputComboBoxItem</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderInputComboBoxItem__ctor_System_String_" data-uid="C1.C1Preview.RenderInputComboBoxItem.#ctor(System.String)">
          <a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.-ctor.html#C1_C1Preview_RenderInputComboBoxItem__ctor_System_String_">RenderInputComboBoxItem(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.html">RenderInputComboBoxItem</a> class,
assigning the <a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.Text.html#C1_C1Preview_RenderInputComboBoxItem_Text">Text</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderInputComboBoxItem__ctor_System_String_System_Object_" data-uid="C1.C1Preview.RenderInputComboBoxItem.#ctor(System.String,System.Object)">
          <a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.-ctor.html#C1_C1Preview_RenderInputComboBoxItem__ctor_System_String_System_Object_">RenderInputComboBoxItem(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.html">RenderInputComboBoxItem</a> class,
assigning the <a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.Text.html#C1_C1Preview_RenderInputComboBoxItem_Text">Text</a> and <a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.UserData.html#C1_C1Preview_RenderInputComboBoxItem_UserData">UserData</a> properties.</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_RenderInputComboBoxItem_Text" data-uid="C1.C1Preview.RenderInputComboBoxItem.Text">
          <a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.Text.html#C1_C1Preview_RenderInputComboBoxItem_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a text representing the current item in the dropdown list of a <a class="xref" href="C1.C1Preview.RenderInputComboBox.html">RenderInputComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderInputComboBoxItem_UserData" data-uid="C1.C1Preview.RenderInputComboBoxItem.UserData">
          <a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.UserData.html#C1_C1Preview_RenderInputComboBoxItem_UserData">UserData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets arbitrary user data associated with 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_RenderInputComboBoxItem_AssignFrom_C1_C1Preview_RenderInputComboBoxItem_" data-uid="C1.C1Preview.RenderInputComboBoxItem.AssignFrom(C1.C1Preview.RenderInputComboBoxItem)">
          <a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.AssignFrom.html#C1_C1Preview_RenderInputComboBoxItem_AssignFrom_C1_C1Preview_RenderInputComboBoxItem_">AssignFrom(RenderInputComboBoxItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.html">RenderInputComboBoxItem</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderInputComboBoxItem_ToString" data-uid="C1.C1Preview.RenderInputComboBoxItem.ToString">
          <a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.ToString.html#C1_C1Preview_RenderInputComboBoxItem_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the string representation of the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
