# C1.Win.List.ValueItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_ValueItem" data-uid="C1.Win.List.ValueItem" class="text-break">ValueItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents an object that defines a value/display value pair.</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">ValueItem</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.10.dll</h6>
  <h5 id="C1_Win_List_ValueItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class ValueItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class ValueItem</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_List_ValueItem__ctor" data-uid="C1.Win.List.ValueItem.#ctor">
          <a class="xref" href="C1.Win.List.ValueItem.-ctor.html#C1_Win_List_ValueItem__ctor">ValueItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the ValueItem class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ValueItem__ctor_System_String_System_Object_" data-uid="C1.Win.List.ValueItem.#ctor(System.String,System.Object)">
          <a class="xref" href="C1.Win.List.ValueItem.-ctor.html#C1_Win_List_ValueItem__ctor_System_String_System_Object_">ValueItem(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the ValueItem 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_Win_List_ValueItem_DisplayValue" data-uid="C1.Win.List.ValueItem.DisplayValue">
          <a class="xref" href="C1.Win.List.ValueItem.DisplayValue.html#C1_Win_List_ValueItem_DisplayValue">DisplayValue</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or retrieves the formatted (display) value of this item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ValueItem_ImgIdx" data-uid="C1.Win.List.ValueItem.ImgIdx">
          <a class="xref" href="C1.Win.List.ValueItem.ImgIdx.html#C1_Win_List_ValueItem_ImgIdx">ImgIdx</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ValueItem_Value" data-uid="C1.Win.List.ValueItem.Value">
          <a class="xref" href="C1.Win.List.ValueItem.Value.html#C1_Win_List_ValueItem_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or retrieves the raw (untranslated) value of this item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ValueItem_dispVal" data-uid="C1.Win.List.ValueItem.dispVal">
          <a class="xref" href="C1.Win.List.ValueItem.dispVal.html#C1_Win_List_ValueItem_dispVal">dispVal</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_Win_List_ValueItem_ToString" data-uid="C1.Win.List.ValueItem.ToString">
          <a class="xref" href="C1.Win.List.ValueItem.ToString.html#C1_Win_List_ValueItem_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
