# C1.Win.List.ValueItems

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_ValueItems" data-uid="C1.Win.List.ValueItems" class="text-break">ValueItems Class
</h1>
  <div class="markdown level0 summary"><p>Represents an object that defines how cells are rendered.</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">ValueItems</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.4.8.dll</h6>
  <h5 id="C1_Win_List_ValueItems_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter))]
public class ValueItems</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter))&gt;
Public Class ValueItems</code></pre>
  </div>
  <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_ValueItems_AnnotatePicture" data-uid="C1.Win.List.ValueItems.AnnotatePicture">
          <a class="xref" href="C1.Win.List.ValueItems.AnnotatePicture.html#C1_Win_List_ValueItems_AnnotatePicture">AnnotatePicture</a>
        </td>
        <td class="markdown level1 summary"><p>True to display both value and display value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ValueItems_DefaultItem" data-uid="C1.Win.List.ValueItems.DefaultItem">
          <a class="xref" href="C1.Win.List.ValueItems.DefaultItem.html#C1_Win_List_ValueItems_DefaultItem">DefaultItem</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or retrieves the index of default ValueItem or -1 if no default.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ValueItems_Presentation" data-uid="C1.Win.List.ValueItems.Presentation">
          <a class="xref" href="C1.Win.List.ValueItems.Presentation.html#C1_Win_List_ValueItems_Presentation">Presentation</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or retrieves how ValueItems are displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ValueItems_Translate" data-uid="C1.Win.List.ValueItems.Translate">
          <a class="xref" href="C1.Win.List.ValueItems.Translate.html#C1_Win_List_ValueItems_Translate">Translate</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or retrieves whether or not data values in the column are translated using ValueItems.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ValueItems_Validate" data-uid="C1.Win.List.ValueItems.Validate">
          <a class="xref" href="C1.Win.List.ValueItems.Validate.html#C1_Win_List_ValueItems_Validate">Validate</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or retrieves whether input values are validated using the ValueItemCollection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ValueItems_Values" data-uid="C1.Win.List.ValueItems.Values">
          <a class="xref" href="C1.Win.List.ValueItems.Values.html#C1_Win_List_ValueItems_Values">Values</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a collection of Value/DisplayValue pairs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ValueItems_internalValues" data-uid="C1.Win.List.ValueItems.internalValues">
          <a class="xref" href="C1.Win.List.ValueItems.internalValues.html#C1_Win_List_ValueItems_internalValues">internalValues</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
