# GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo" class="text-break">ComboDropDownInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the drop-down settings for the drop-down function for <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.html">GcComboBoxCellType</a>.</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="GrapeCity.Win.Spread.InputMan.CellType.DropDownInfo.html">DropDownInfo</a></div>
    <div class="level2"><span class="xref">ComboDropDownInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(CellTypeExpandableObjectConverter))]
public class ComboDropDownInfo : DropDownInfo, ISerializable, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(CellTypeExpandableObjectConverter))&gt;
Public Class ComboDropDownInfo
    Inherits DropDownInfo
    Implements ISerializable, ISerializeSupport</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="GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">ComboDropDownInfo(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of this 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="GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo_AllowResize" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo.AllowResize">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo.AllowResize.html#GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo_AllowResize">AllowResize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can change the size of the drop-down window with a size grip.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo_AutoWidth" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo.AutoWidth">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo.AutoWidth.html#GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo_AutoWidth">AutoWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to calculate the width for the drop-down window when opening
the drop-down list.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo_Height" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo.Height">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo.Height.html#GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the drop-down height.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo_Width" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo.Width">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo.Width.html#GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the drop-down width.</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="GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo_Deserialize_System_Xml_XmlNodeReader_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo.Deserialize.html#GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo.GetObjectData.html#GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo.Serialize.html#GrapeCity_Win_Spread_InputMan_CellType_ComboDropDownInfo_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
