# FarPoint.Web.Spread.Editor.ListBoxEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Editor_ListBoxEditor" data-uid="FarPoint.Web.Spread.Editor.ListBoxEditor" class="text-break">ListBoxEditor Class
</h1>
  <div class="markdown level0 summary"><p>Represents an editor control for list box cells.</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="FarPoint.Web.Spread.Editor.BaseEditor.html">BaseEditor</a></div>
    <div class="level2"><span class="xref">ListBoxEditor</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.Editor.IEditor3.html">IEditor3</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Editor.IEditor.html">IEditor</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.Editor.html">FarPoint.Web.Spread.Editor</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_Editor_ListBoxEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ListBoxEditor : BaseEditor, IEditor3, IEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ListBoxEditor
    Inherits BaseEditor
    Implements IEditor3, IEditor</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="FarPoint_Web_Spread_Editor_ListBoxEditor__ctor_System_String___" data-uid="FarPoint.Web.Spread.Editor.ListBoxEditor.#ctor(System.String[])">
          <a class="xref" href="FarPoint.Web.Spread.Editor.ListBoxEditor.-ctor.html#FarPoint_Web_Spread_Editor_ListBoxEditor__ctor_System_String___">ListBoxEditor(string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of the ListBoxEditor class, with the specified
items in the list box list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_ListBoxEditor__ctor_System_String___System_String___" data-uid="FarPoint.Web.Spread.Editor.ListBoxEditor.#ctor(System.String[],System.String[])">
          <a class="xref" href="FarPoint.Web.Spread.Editor.ListBoxEditor.-ctor.html#FarPoint_Web_Spread_Editor_ListBoxEditor__ctor_System_String___System_String___">ListBoxEditor(string[], string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of the ListBoxEditor class, with the specified
items in the list box list and with the specified values for the items.</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="FarPoint_Web_Spread_Editor_ListBoxEditor_Items" data-uid="FarPoint.Web.Spread.Editor.ListBoxEditor.Items">
          <a class="xref" href="FarPoint.Web.Spread.Editor.ListBoxEditor.Items.html#FarPoint_Web_Spread_Editor_ListBoxEditor_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the items in the list box as an array.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_ListBoxEditor_Rows" data-uid="FarPoint.Web.Spread.Editor.ListBoxEditor.Rows">
          <a class="xref" href="FarPoint.Web.Spread.Editor.ListBoxEditor.Rows.html#FarPoint_Web_Spread_Editor_ListBoxEditor_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows in the editor control for the list box cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_ListBoxEditor_Values" data-uid="FarPoint.Web.Spread.Editor.ListBoxEditor.Values">
          <a class="xref" href="FarPoint.Web.Spread.Editor.ListBoxEditor.Values.html#FarPoint_Web_Spread_Editor_ListBoxEditor_Values">Values</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the values in the list box as an array.</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="FarPoint_Web_Spread_Editor_ListBoxEditor_GetEditorControl_System_String_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Object_System_Boolean_" data-uid="FarPoint.Web.Spread.Editor.ListBoxEditor.GetEditorControl(System.String,System.Web.UI.WebControls.TableCell,FarPoint.Web.Spread.Appearance,FarPoint.Web.Spread.Inset,System.Object,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Editor.ListBoxEditor.GetEditorControl.html#FarPoint_Web_Spread_Editor_ListBoxEditor_GetEditorControl_System_String_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Object_System_Boolean_">GetEditorControl(string, TableCell, Appearance, Inset, object, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a list box editor control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
