# C1.Win.TrueDBGrid.ValueItems

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TrueDBGrid_ValueItems" data-uid="C1.Win.TrueDBGrid.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.TrueDBGrid.html">C1.Win.TrueDBGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TrueDBGrid.10.dll</h6>
  <h5 id="C1_Win_TrueDBGrid_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_TrueDBGrid_ValueItems_AnnotatePicture" data-uid="C1.Win.TrueDBGrid.ValueItems.AnnotatePicture">
          <a class="xref" href="C1.Win.TrueDBGrid.ValueItems.AnnotatePicture.html#C1_Win_TrueDBGrid_ValueItems_AnnotatePicture">AnnotatePicture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether both Value and Display Value are rendenered when Display value is an image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_ValueItems_CycleOnClick" data-uid="C1.Win.TrueDBGrid.ValueItems.CycleOnClick">
          <a class="xref" href="C1.Win.TrueDBGrid.ValueItems.CycleOnClick.html#C1_Win_TrueDBGrid_ValueItems_CycleOnClick">CycleOnClick</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether users can cycle through <a class="xref" href="C1.Win.TrueDBGrid.ValueItem.html">ValueItem</a> by clicking on a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_ValueItems_DefaultItem" data-uid="C1.Win.TrueDBGrid.ValueItems.DefaultItem">
          <a class="xref" href="C1.Win.TrueDBGrid.ValueItems.DefaultItem.html#C1_Win_TrueDBGrid_ValueItems_DefaultItem">DefaultItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the default <a class="xref" href="C1.Win.TrueDBGrid.ValueItem.html">ValueItem</a> or -1 for no default.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_ValueItems_MaxComboItems" data-uid="C1.Win.TrueDBGrid.ValueItems.MaxComboItems">
          <a class="xref" href="C1.Win.TrueDBGrid.ValueItems.MaxComboItems.html#C1_Win_TrueDBGrid_ValueItems_MaxComboItems">MaxComboItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of visible rows in the combobox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_ValueItems_Presentation" data-uid="C1.Win.TrueDBGrid.ValueItems.Presentation">
          <a class="xref" href="C1.Win.TrueDBGrid.ValueItems.Presentation.html#C1_Win_TrueDBGrid_ValueItems_Presentation">Presentation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the method in which cells are rendered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_ValueItems_Translate" data-uid="C1.Win.TrueDBGrid.ValueItems.Translate">
          <a class="xref" href="C1.Win.TrueDBGrid.ValueItems.Translate.html#C1_Win_TrueDBGrid_ValueItems_Translate">Translate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether data values are translated using matching <a class="xref" href="C1.Win.TrueDBGrid.ValueItem.html">ValueItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_ValueItems_Validate" data-uid="C1.Win.TrueDBGrid.ValueItems.Validate">
          <a class="xref" href="C1.Win.TrueDBGrid.ValueItems.Validate.html#C1_Win_TrueDBGrid_ValueItems_Validate">Validate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether values entered by the user must match on of the <a class="xref" href="C1.Win.TrueDBGrid.ValueItem.html">ValueItem</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_ValueItems_Values" data-uid="C1.Win.TrueDBGrid.ValueItems.Values">
          <a class="xref" href="C1.Win.TrueDBGrid.ValueItems.Values.html#C1_Win_TrueDBGrid_ValueItems_Values">Values</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of Value/Display Value pairs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_ValueItems_internalValues" data-uid="C1.Win.TrueDBGrid.ValueItems.internalValues">
          <a class="xref" href="C1.Win.TrueDBGrid.ValueItems.internalValues.html#C1_Win_TrueDBGrid_ValueItems_internalValues">internalValues</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_TrueDBGrid_ValueItems_ToString" data-uid="C1.Win.TrueDBGrid.ValueItems.ToString">
          <a class="xref" href="C1.Win.TrueDBGrid.ValueItems.ToString.html#C1_Win_TrueDBGrid_ValueItems_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents the current <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
