# FarPoint.Web.Spread.Editor.MultiColumnEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Editor_MultiColumnEditor" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor" class="text-break">MultiColumnEditor Class
</h1>
  <div class="markdown level0 summary"><p>Represents the multiple-column combo box editor.</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">MultiColumnEditor</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_MultiColumnEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MultiColumnEditor : BaseEditor, IEditor3, IEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MultiColumnEditor
    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_MultiColumnEditor__ctor" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.-ctor.html#FarPoint_Web_Spread_Editor_MultiColumnEditor__ctor">MultiColumnEditor()</a>
        </td>
        <td class="markdown level1 summary"></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_MultiColumnEditor_AutoFilter" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.AutoFilter">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.AutoFilter.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_AutoFilter">AutoFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the automatic filter object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_MultiColumnEditor_AutoPostBack" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.AutoPostBack">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.AutoPostBack.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_AutoPostBack">AutoPostBack</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the component automatically
posts back when clicked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_MultiColumnEditor_ColumnEdit" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.ColumnEdit">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.ColumnEdit.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_ColumnEdit">ColumnEdit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which list column (by index) serves as the
edit portion of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_MultiColumnEditor_ColumnEditName" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.ColumnEditName">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.ColumnEditName.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_ColumnEditName">ColumnEditName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which list column (by name) serves as the
edit portion of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_MultiColumnEditor_ColumnWidths" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.ColumnWidths">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.ColumnWidths.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_ColumnWidths">ColumnWidths</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the widths of the columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_MultiColumnEditor_DataColumn" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.DataColumn">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.DataColumn.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_DataColumn">DataColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which list column (by index) serves as the
data portion of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_MultiColumnEditor_DataColumnName" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.DataColumnName">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.DataColumnName.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_DataColumnName">DataColumnName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which list column (by name) serves as the
data portion of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_MultiColumnEditor_DataMember" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.DataMember">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.DataMember.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_DataMember">DataMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the data member that populates
the list in the list portion of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_MultiColumnEditor_DataSource" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.DataSource">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.DataSource.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source for the list portion of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_MultiColumnEditor_DataSourceID" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.DataSourceID">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.DataSourceID.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_DataSourceID">DataSourceID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the unique identifier for the data source for the MultiColumnComboBoxCellType.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_MultiColumnEditor_ListAlignment" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.ListAlignment">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.ListAlignment.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_ListAlignment">ListAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets to which side of the editor the list aligns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_MultiColumnEditor_ListHeight" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.ListHeight">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.ListHeight.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_ListHeight">ListHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_MultiColumnEditor_ListOffset" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.ListOffset">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.ListOffset.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_ListOffset">ListOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how much the list offsets from the editor.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_MultiColumnEditor_ListWidth" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.ListWidth">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.ListWidth.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_ListWidth">ListWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_MultiColumnEditor_ShowButton" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.ShowButton">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.ShowButton.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_ShowButton">ShowButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the button.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_MultiColumnEditor_UseValue" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.UseValue">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.UseValue.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_UseValue">UseValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value to use.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_MultiColumnEditor_VerticalAlign" data-uid="FarPoint.Web.Spread.Editor.MultiColumnEditor.VerticalAlign">
          <a class="xref" href="FarPoint.Web.Spread.Editor.MultiColumnEditor.VerticalAlign.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_VerticalAlign">VerticalAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment of content in MultiColumnComboBox items.</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_MultiColumnEditor_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.MultiColumnEditor.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.MultiColumnEditor.GetEditorControl.html#FarPoint_Web_Spread_Editor_MultiColumnEditor_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>Gets the control used to edit the cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
