# GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox" class="text-break">GcComboBox Class
</h1>
  <div class="markdown level0 summary"><p>Represents a selection control that combines a text box and a drop-down containing a list box
that allows users to select an item from a list.</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="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlBase.html">ControlBase</a></div>
    <div class="level6"><span class="xref">GcComboBox</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;PART_Popup&quot;, Type = typeof(ComboDropDownWindow))]
[TemplatePart(Name = &quot;PART_DropDownChild&quot;, Type = typeof(Control))]
[TemplatePart(Name = &quot;PART_DropDownToggle&quot;, Type = typeof(ToggleButton))]
[TemplatePart(Name = &quot;PART_EditHost&quot;, Type = typeof(Control))]
[StyleTypedProperty(Property = &quot;DropDownButtonStyle&quot;, StyleTargetType = typeof(DropDownButton))]
[StyleTypedProperty(Property = &quot;DropDownWindowStyle&quot;, StyleTargetType = typeof(ComboDropDownWindow))]
[StyleTypedProperty(Property = &quot;DropDownControlStyle&quot;, StyleTargetType = typeof(Control))]
[StyleTypedProperty(Property = &quot;EditBoxStyle&quot;, StyleTargetType = typeof(Control))]
[StyleTypedProperty(Property = &quot;SpinButtonStyle&quot;, StyleTargetType = typeof(SpinButton))]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;ReadOnly&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;ActiveDropDown&quot;, GroupName = &quot;ActiveStates&quot;)]
[TemplateVisualState(GroupName = &quot;SpinButtonStates&quot;, Name = &quot;SpinButtonCollapsed&quot;)]
[TemplateVisualState(GroupName = &quot;SpinButtonStates&quot;, Name = &quot;SpinButtonVisible&quot;)]
[TemplateVisualState(GroupName = &quot;DropDownButtonStates&quot;, Name = &quot;DropDownButtonCollapsed&quot;)]
[TemplateVisualState(GroupName = &quot;DropDownButtonStates&quot;, Name = &quot;DropDownButtonVisible&quot;)]
public class GcComboBox : ControlBase, IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;PART_Popup&quot;, Type:=GetType(ComboDropDownWindow))&gt;
&lt;TemplatePart(Name:=&quot;PART_DropDownChild&quot;, Type:=GetType(Control))&gt;
&lt;TemplatePart(Name:=&quot;PART_DropDownToggle&quot;, Type:=GetType(ToggleButton))&gt;
&lt;TemplatePart(Name:=&quot;PART_EditHost&quot;, Type:=GetType(Control))&gt;
&lt;StyleTypedProperty(Property:=&quot;DropDownButtonStyle&quot;, StyleTargetType:=GetType(DropDownButton))&gt;
&lt;StyleTypedProperty(Property:=&quot;DropDownWindowStyle&quot;, StyleTargetType:=GetType(ComboDropDownWindow))&gt;
&lt;StyleTypedProperty(Property:=&quot;DropDownControlStyle&quot;, StyleTargetType:=GetType(Control))&gt;
&lt;StyleTypedProperty(Property:=&quot;EditBoxStyle&quot;, StyleTargetType:=GetType(Control))&gt;
&lt;StyleTypedProperty(Property:=&quot;SpinButtonStyle&quot;, StyleTargetType:=GetType(SpinButton))&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;ReadOnly&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;ActiveDropDown&quot;, GroupName:=&quot;ActiveStates&quot;)&gt;
&lt;TemplateVisualState(GroupName:=&quot;SpinButtonStates&quot;, Name:=&quot;SpinButtonCollapsed&quot;)&gt;
&lt;TemplateVisualState(GroupName:=&quot;SpinButtonStates&quot;, Name:=&quot;SpinButtonVisible&quot;)&gt;
&lt;TemplateVisualState(GroupName:=&quot;DropDownButtonStates&quot;, Name:=&quot;DropDownButtonCollapsed&quot;)&gt;
&lt;TemplateVisualState(GroupName:=&quot;DropDownButtonStates&quot;, Name:=&quot;DropDownButtonVisible&quot;)&gt;
Public Class GcComboBox
    Inherits ControlBase
    Implements IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>
    The text box either displays the current selection or is empty if there is no selected item.
    </p>
<p>
    If you populate a combo box with items that inherit from <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a>, the selected item can only appear in the visual tree one time. 
    This means if an item is selected, it will appear in the selection box, and not in the drop-down list of items. 
    When it is no longer the selected item, it will reappear in the drop-down list. 
    If items do not inherit from <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a>, they can appear in both the selection box and the drop-down list at the same time.
    </p>
<p>
    There are two mode to present the data items in a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> drop-down window, 
    which is specified by the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.UseMultipleColumn.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_UseMultipleColumn">UseMultipleColumn</a> property. 
    </p>
<p>
  <p>
    <b>Columns and Items</b>
  </p>
      Set <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.UseMultipleColumn.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_UseMultipleColumn">UseMultipleColumn</a> to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>, <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> will present data in a customizable grid. 
    
<p>
      By default, the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> control generates columns automatically when you set the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemsSource.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemsSource">ItemsSource</a> or <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.Items.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_Items">Items</a> property. 
      The generated columns are of type <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListCheckBoxColumn.html">ListCheckBoxColumn</a> for bound <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">bool</a> properties, 
      and of type <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListImageColumn.html">ListImageColumn</a> for bound <code>ImageSource</code> properties, 
      and of type <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListTextColumn.html">ListTextColumn</a> for all other properties. 
    </p>
<p>
      Regardless of whether you generate columns, you can use the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.Columns.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_Columns">Columns</a> collection to programmatically add, 
      insert, remove, and change any columns in the control at run time. 
      Alternatively, you can specify columns in XAML, in which case you should set <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoGenerateColumns.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AutoGenerateColumns">AutoGenerateColumns</a> to false. 
      Creating your own columns enables you to use additional column types, such as the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListTemplateColumn.html">ListTemplateColumn</a> type or 
      custom column types. The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListTemplateColumn.html">ListTemplateColumn</a> type provides an easy way to create a simple custom column. 
      The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListTemplateColumn.SubItemTemplate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ListTemplateColumn_SubItemTemplate">SubItemTemplate</a> property enable you to specify content templates for display. 
    </p>
<p>
      If you set <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItem.html">ListItem</a> to <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.Items.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_Items">Items</a> or <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemsSource.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemsSource">ItemsSource</a>, 
      you must be create <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListSubItemColumn.html">ListSubItemColumn</a> to display <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubItem.html">SubItem</a> customized in <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItem.SubItems.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ListItem_SubItems">SubItems</a>.
    </p>
<p>
      Set <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.UseMultipleColumn.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_UseMultipleColumn">UseMultipleColumn</a> to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>, <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> will present data items with default presentation.
      <br><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> will generated <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItemBase.html">ListItemBase</a> as item container for set item data. If you define the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItem.html">ListItem</a> as item data, 
      the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.content">ListItem.Content</a> or the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.content">SubItem.Content</a> of the first <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubItem.html">SubItem</a> in the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItem.SubItems.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ListItem_SubItems">SubItems</a> 
      will be wrapped into the generated <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItemBase.html">ListItemBase</a> to present.
    </p>
<p>
    You can retrieve the combo box's selected item by using the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedItem.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedItem">SelectedItem</a> property, or retrieve the index of the selected item by using the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedIndex.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedIndex">SelectedIndex</a> property.
    </p>
<p>
  <p>
    <b>Customizing the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> Control</b>
  </p>
    You can apply a style to each item displayed in the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> by setting the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemContainerStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemContainerStyle">ItemContainerStyle</a> property. 
    <br>
    To apply the same property settings to multiple <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> controls, use the Style property. 
    To change the visual structure and visual behavior of a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a>, copy and modify its default style and template. 
    <br>
    Dependency properties for this control might be set by the default style of the control. If a dependency property for a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> is set by its default style, 
    the property might change from its default value when the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> appears in the application. 
    
<p>
  <b>Supported <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.visualstate">VisualState</a> list:</b>
  <table width="50%" cellspacing="2" cellpadding="5" frame="lhs">
    <tr>
      <th>
        <p>VisualStateGroup Name</p>
      </th>
      <th>
        <p>VisualState Name</p>
      </th>
      <th>
        <p>Description</p>
      </th>
    </tr>
    <tr>
      <td>
        <p>CommonStates</p>
      </td>
      <td>
        <p>Normal</p>
      </td>
      <td>
        <p>Represents the visual appearance when control is in normal state.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>CommonStates</p>
      </td>
      <td>
        <p>Disabled</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isenabled">IsEnabled</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>CommonStates</p>
      </td>
      <td>
        <p>MouseOver</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlBase.IsActive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlBase_IsActive">IsActive</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>ActiveStates</p>
      </td>
      <td>
        <p>ActiveDropDown</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlBase.IsActive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlBase_IsActive">IsActive</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsDropDownOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsDropDownOpen">IsDropDownOpen</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>ActiveStates</p>
      </td>
      <td>
        <p>Active</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlBase.IsActive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlBase_IsActive">IsActive</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>ActiveStates</p>
      </td>
      <td>
        <p>Inactive</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlBase.IsActive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlBase_IsActive">IsActive</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>ValidationStates</p>
      </td>
      <td>
        <p>Valid</p>
      </td>
      <td>
        <p>Represents the visual appearance when <span class="xref">System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)</span> returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>ValidationStates</p>
      </td>
      <td>
        <p>InvalidFocused</p>
      </td>
      <td>
        <p>Represents the visual appearance when <span class="xref">System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)</span> returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> and control has focus.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>ValidationStates</p>
      </td>
      <td>
        <p>InvalidUnfocused</p>
      </td>
      <td>
        <p>Represents the visual appearance when <span class="xref">System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)</span> returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> and control has no focus.</p>
      </td>
    </tr>
  </table>

</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_Wpf_SpreadSheet_CellType_Editors_GcComboBox__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox__ctor">GcComboBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AllowDropDownOpenProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AllowDropDownOpenProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AllowDropDownOpenProperty.html">AllowDropDownOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AllowDropDownOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AllowDropDownOpen">AllowDropDownOpen</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AlternatingItemBackgroundProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AlternatingItemBackgroundProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AlternatingItemBackgroundProperty.html">AlternatingItemBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AlternatingItemBackground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AlternatingItemBackground">AlternatingItemBackground</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AlternationCountProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AlternationCountProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AlternationCountProperty.html">AlternationCountProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AlternationCount.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AlternationCount">AlternationCount</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AutoGenerateColumnsProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoGenerateColumnsProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoGenerateColumnsProperty.html">AutoGenerateColumnsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoGenerateColumns.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AutoGenerateColumns">AutoGenerateColumns</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AutoOpenDropDownProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoOpenDropDownProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoOpenDropDownProperty.html">AutoOpenDropDownProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoOpenDropDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AutoOpenDropDown">AutoOpenDropDown</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AutoSelectProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoSelectProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoSelectProperty.html">AutoSelectProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the item is automatically selected when the prefix is entered.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CanUserResizeColumnsProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CanUserResizeColumnsProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CanUserResizeColumnsProperty.html">CanUserResizeColumnsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CanUserResizeColumns.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CanUserResizeColumns">CanUserResizeColumns</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CanUserSortColumnsProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CanUserSortColumnsProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CanUserSortColumnsProperty.html">CanUserSortColumnsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CanUserSortColumns.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CanUserSortColumns">CanUserSortColumns</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CheckOnClickProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CheckOnClickProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CheckOnClickProperty.html">CheckOnClickProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CheckOnClick.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CheckOnClick">CheckOnClick</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ContentPathProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ContentPathProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ContentPathProperty.html">ContentPathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ContentPath.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ContentPath">ContentPath</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DisabledBackgroundProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DisabledBackgroundProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DisabledBackgroundProperty.html">DisabledBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DisabledBackground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DisabledBackground">DisabledBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DisabledForegroundProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DisabledForegroundProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DisabledForegroundProperty.html">DisabledForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DisabledForeground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DisabledForeground">DisabledForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownButtonStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownButtonStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownButtonStyleProperty.html">DropDownButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the GrapeCity.Windows.InputMan.GcComboBox.DropDownButtonStyle DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownButtonVisibilityProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownButtonVisibilityProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownButtonVisibilityProperty.html">DropDownButtonVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcComboBox.DropDownButtonVisibility dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownControlStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownControlStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownControlStyleProperty.html">DropDownControlStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownControlStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownControlStyle">DropDownControlStyle</a> DependencyProperty</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownWidthProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownWidthProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownWidthProperty.html">DropDownWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcComboBox.DropDownWidth DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownWindowStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownWindowStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownWindowStyleProperty.html">DropDownWindowStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownWindowStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownWindowStyle">DropDownWindowStyle</a> DependencyProperty</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_EditBoxStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EditBoxStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EditBoxStyleProperty.html">EditBoxStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EditBoxStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_EditBoxStyle">EditBoxStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_EditableBackgroundProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EditableBackgroundProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EditableBackgroundProperty.html">EditableBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EditableBackground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_EditableBackground">EditableBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_EditableTemplateProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EditableTemplateProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EditableTemplateProperty.html">EditableTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EditableTemplate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_EditableTemplate">EditableTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ExitOnLeftRightKeyProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ExitOnLeftRightKeyProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ExitOnLeftRightKeyProperty.html">ExitOnLeftRightKeyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ExitOnLeftRightKey.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ExitOnLeftRightKey">ExitOnLeftRightKey</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_FocusDropDownControlOnOpenProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.FocusDropDownControlOnOpenProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.FocusDropDownControlOnOpenProperty.html">FocusDropDownControlOnOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.FocusDropDownControlOnOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_FocusDropDownControlOnOpen">FocusDropDownControlOnOpen</a> DependencyProperty</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_HorizontalGridLineBrushProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.HorizontalGridLineBrushProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.HorizontalGridLineBrushProperty.html">HorizontalGridLineBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.HorizontalGridLineBrush.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_HorizontalGridLineBrush">HorizontalGridLineBrush</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_HorizontalGridLineStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.HorizontalGridLineStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.HorizontalGridLineStyleProperty.html">HorizontalGridLineStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.HorizontalGridLineStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_HorizontalGridLineStyle">HorizontalGridLineStyle</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsAutoSelectCaseSensitiveProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsAutoSelectCaseSensitiveProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsAutoSelectCaseSensitiveProperty.html">IsAutoSelectCaseSensitiveProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether case is a condition when searching for items.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsDropDownOpenProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsDropDownOpenProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsDropDownOpenProperty.html">IsDropDownOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsDropDownOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsDropDownOpen">IsDropDownOpen</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsEditableProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsEditableProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsEditableProperty.html">IsEditableProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsEditable.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsEditable">IsEditable</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsReadOnlyProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsReadOnlyProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsReadOnlyProperty.html">IsReadOnlyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsReadOnly.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsReadOnly">IsReadOnly</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsSelectableProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSelectableProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSelectableProperty.html">IsSelectableProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSelectable.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsSelectable">IsSelectable</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsSelectionBoxHighlightedProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSelectionBoxHighlightedProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSelectionBoxHighlightedProperty.html">IsSelectionBoxHighlightedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSelectionBoxHighlighted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsSelectionBoxHighlighted">IsSelectionBoxHighlighted</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsSynchronizedWithCurrentItemProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSynchronizedWithCurrentItemProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSynchronizedWithCurrentItemProperty.html">IsSynchronizedWithCurrentItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSynchronizedWithCurrentItem.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsSynchronizedWithCurrentItem">IsSynchronizedWithCurrentItem</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemBackgroundProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemBackgroundProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemBackgroundProperty.html">ItemBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemBackground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemBackground">ItemBackground</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemCheckBoxVisibilityProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemCheckBoxVisibilityProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemCheckBoxVisibilityProperty.html">ItemCheckBoxVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemCheckBoxVisibility.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemCheckBoxVisibility">ItemCheckBoxVisibility</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemContainerStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemContainerStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemContainerStyleProperty.html">ItemContainerStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemContainerStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemContainerStyle">ItemContainerStyle</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemTemplateProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemTemplateProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemTemplateProperty.html">ItemTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemTemplate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemTemplate">ItemTemplate</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemsSourceProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemsSourceProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemsSourceProperty.html">ItemsSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemsSource.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemsSource">ItemsSource</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_MaxDropDownHeightProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.MaxDropDownHeightProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.MaxDropDownHeightProperty.html">MaxDropDownHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcComboBox.MaxDropDownHeight DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_MaxDropDownItemsProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.MaxDropDownItemsProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.MaxDropDownItemsProperty.html">MaxDropDownItemsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcComboBox.MaxDropDownItems DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedIndexProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedIndexProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedIndexProperty.html">SelectedIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedIndex.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedIndex">SelectedIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedItemProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedItemProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedItemProperty.html">SelectedItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedItem.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedItem">SelectedItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedValuePathProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedValuePathProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedValuePathProperty.html">SelectedValuePathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedValuePath.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedValuePath">SelectedValuePath</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedValueProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedValueProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedValueProperty.html">SelectedValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedValue">SelectedValue</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectionBoxItemProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectionBoxItemProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectionBoxItemProperty.html">SelectionBoxItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectionBoxItem.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectionBoxItem">SelectionBoxItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectionBoxItemTemplateProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectionBoxItemTemplateProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectionBoxItemTemplateProperty.html">SelectionBoxItemTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectionBoxItemTemplate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectionBoxItemTemplate">SelectionBoxItemTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectionChangedEvent" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectionChangedEvent">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectionChangedEvent.html">SelectionChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectionChanged.html">SelectionChanged</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SpinButtonStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SpinButtonStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SpinButtonStyleProperty.html">SpinButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SpinButtonStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SpinButtonStyle">SpinButtonStyle</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SpinButtonVisibilityProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SpinButtonVisibilityProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SpinButtonVisibilityProperty.html">SpinButtonVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcComboBox.SpinButtonVisibility DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_StaysOpenOnEditProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.StaysOpenOnEditProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.StaysOpenOnEditProperty.html">StaysOpenOnEditProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.StaysOpenOnEdit.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_StaysOpenOnEdit">StaysOpenOnEdit</a> DependencyProperty</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_TextProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.TextProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.TextProperty.html">TextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.Text.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_Text">Text</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_UnEditableTemplateProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.UnEditableTemplateProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.UnEditableTemplateProperty.html">UnEditableTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EditableTemplate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_EditableTemplate">EditableTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_UseMultipleColumnProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.UseMultipleColumnProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.UseMultipleColumnProperty.html">UseMultipleColumnProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.UseMultipleColumn.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_UseMultipleColumn">UseMultipleColumn</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_VerticalGridLineBrushProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.VerticalGridLineBrushProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.VerticalGridLineBrushProperty.html">VerticalGridLineBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.VerticalGridLineBrush.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_VerticalGridLineBrush">VerticalGridLineBrush</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_VerticalGridLineStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.VerticalGridLineStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.VerticalGridLineStyleProperty.html">VerticalGridLineStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.VerticalGridLineStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_VerticalGridLineStyle">VerticalGridLineStyle</a> DependencyProperty.</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_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AllowDropDownOpen" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AllowDropDownOpen">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AllowDropDownOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AllowDropDownOpen">AllowDropDownOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether allow to open drop down window or not. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AlternatingItemBackground" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AlternatingItemBackground">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AlternatingItemBackground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AlternatingItemBackground">AlternatingItemBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the background of dropdown item whose <b>AlternationIndex</b> is 1.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AlternationCount" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AlternationCount">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AlternationCount.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AlternationCount">AlternationCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of alternating item containers in the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a>, which enables alternating containers to have a unique appearance. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AutoGenerateColumns" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoGenerateColumns">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoGenerateColumns.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AutoGenerateColumns">AutoGenerateColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether auto generate columns. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AutoOpenDropDown" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoOpenDropDown">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoOpenDropDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AutoOpenDropDown">AutoOpenDropDown</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicates the drop-down window auto shown when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> gets focus. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AutoSelect" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoSelect">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoSelect.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AutoSelect">AutoSelect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the item is automatically selected when the prefix is entered.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CanUserResizeColumns" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CanUserResizeColumns">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CanUserResizeColumns.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CanUserResizeColumns">CanUserResizeColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the user can adjust column widths using the mouse. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CanUserSortColumns" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CanUserSortColumns">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CanUserSortColumns.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CanUserSortColumns">CanUserSortColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the user can sort columns by clicking the column header. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CheckOnClick" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CheckOnClick">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CheckOnClick.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CheckOnClick">CheckOnClick</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether mouse click action in the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItem.html">ListItem</a> will change the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItem.IsChecked.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ListItem_IsChecked">IsChecked</a> property value. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CheckedItems" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CheckedItems">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CheckedItems.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CheckedItems">CheckedItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the all <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItem.html">ListItem</a>s whose <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItem.IsChecked.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ListItem_IsChecked">IsChecked</a> property is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>. This is a read only dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ClearCommand" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ClearCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ClearCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ClearCommand">ClearCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ClearCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ClearCommand">ClearCommand</a> command, which requests that <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> to clear all the text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_Columns" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.Columns">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.Columns.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection that contains all the columns in the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ContentPath" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ContentPath">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ContentPath.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ContentPath">ContentPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicates the name of the property that is displayed in <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DisabledBackground" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DisabledBackground">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DisabledBackground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DisabledBackground">DisabledBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a brush that describes the background of a control when it is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DisabledForeground" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DisabledForeground">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DisabledForeground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DisabledForeground">DisabledForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a brush that describes the foreground of a control when it is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownButtonStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownButtonStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownButtonStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownButtonStyle">DropDownButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a style which is used to render the dropdown button.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownButtonVisibility" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownButtonVisibility">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownButtonVisibility.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownButtonVisibility">DropDownButtonVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the GrapeCity.Windows.InputMan.ButtonVisibility of the dropdown button. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownControlStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownControlStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownControlStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownControlStyle">DropDownControlStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a style which is used to render the drop-down control. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownWidth" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownWidth">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownWidth.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownWidth">DropDownWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the dropdown window. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownWindowStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownWindowStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownWindowStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownWindowStyle">DropDownWindowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> for the GrapeCity.Windows.InputMan.Primitives.DropDownWindow. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_EditBoxStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EditBoxStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EditBoxStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_EditBoxStyle">EditBoxStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a style which is used to render the edit box. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_EditableBackground" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EditableBackground">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EditableBackground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_EditableBackground">EditableBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a brush that describes the background of a control when GcComboBox.IsEditable is true.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_EditableTemplate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EditableTemplate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EditableTemplate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_EditableTemplate">EditableTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a template which will be used when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsEditable.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsEditable">IsEditable</a> is set to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ExitOnLeftRightKey" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ExitOnLeftRightKey">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ExitOnLeftRightKey.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ExitOnLeftRightKey">ExitOnLeftRightKey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the focus automatically moves to the previous or next tab ordering
control when pressing the left, right arrow keys.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_FocusDropDownControlOnOpen" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.FocusDropDownControlOnOpen">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.FocusDropDownControlOnOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_FocusDropDownControlOnOpen">FocusDropDownControlOnOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether focus the drop-down listbox when drop-down window opened. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_HorizontalGridLineBrush" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.HorizontalGridLineBrush">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.HorizontalGridLineBrush.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_HorizontalGridLineBrush">HorizontalGridLineBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint the horizontal grid lines. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_HorizontalGridLineStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.HorizontalGridLineStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.HorizontalGridLineStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_HorizontalGridLineStyle">HorizontalGridLineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a GrapeCity.Windows.InputMan.LineStyle enumeration value that indicates the horizontal grid line style for each lines. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsAutoSelectCaseSensitive" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsAutoSelectCaseSensitive">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsAutoSelectCaseSensitive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsAutoSelectCaseSensitive">IsAutoSelectCaseSensitive</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether case is a condition when searching for items.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsDropDownOpen" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsDropDownOpen">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsDropDownOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsDropDownOpen">IsDropDownOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the drop-down for a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> is currently open. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsEditable" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsEditable">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsEditable.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsEditable">IsEditable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether user can edit value in the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsReadOnly" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsReadOnly">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsReadOnly.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this control is read only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsSelectable" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSelectable">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSelectable.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsSelectable">IsSelectable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the items can be selected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsSelectionBoxHighlighted" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSelectionBoxHighlighted">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSelectionBoxHighlighted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsSelectionBoxHighlighted">IsSelectionBoxHighlighted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether highlight the selected items. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsSynchronizedWithCurrentItem" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSynchronizedWithCurrentItem">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSynchronizedWithCurrentItem.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsSynchronizedWithCurrentItem">IsSynchronizedWithCurrentItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> should keep the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedItem.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedItem">SelectedItem</a> synchronized with the current item in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.itemscontrol.items">Items</a> property.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemBackground" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemBackground">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemBackground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemBackground">ItemBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the background of dropdown item whose <b>AlternationIndex</b> is 0.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemCheckBoxVisibility" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemCheckBoxVisibility">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemCheckBoxVisibility.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemCheckBoxVisibility">ItemCheckBoxVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the visibility of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.checkbox">CheckBox</a> in the first sub item of each <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItem.html">ListItem</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemContainerGenerator" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemContainerGenerator">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemContainerGenerator.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemContainerGenerator">ItemContainerGenerator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the item container generator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemContainerStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemContainerStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemContainerStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemContainerStyle">ItemContainerStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style that is used when rendering the item containers. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemTemplate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemTemplate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemTemplate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemTemplate">ItemTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.datatemplate">DataTemplate</a> used to display each item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_Items" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.Items">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.Items.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection used to generate the content of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemsSource" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemsSource">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemsSource.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemsSource">ItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a collection that is used to generate the content of the control. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_MaxDropDownHeight" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.MaxDropDownHeight">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.MaxDropDownHeight.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_MaxDropDownHeight">MaxDropDownHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum height of the dropdown window. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_MaxDropDownItems" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.MaxDropDownItems">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.MaxDropDownItems.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_MaxDropDownItems">MaxDropDownItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum drop-down items. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedIndex" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedIndex">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedIndex.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the displayed index of the selected item. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedItem" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedItem">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedItem.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected item. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedValue" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedValue">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedValue">SelectedValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value of the selected item, obtained by using the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedValuePath.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedValuePath">SelectedValuePath</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedValuePath" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedValuePath">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedValuePath.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedValuePath">SelectedValuePath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the property path that is used to get the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedValue">SelectedValue</a> property of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedItem.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedItem">SelectedItem</a> property. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectionBoxItem" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectionBoxItem">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectionBoxItem.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectionBoxItem">SelectionBoxItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the selected item in the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectionBoxItemTemplate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectionBoxItemTemplate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectionBoxItemTemplate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectionBoxItemTemplate">SelectionBoxItemTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the template of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectionBoxItem.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectionBoxItem">SelectionBoxItem</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SpinButtonStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SpinButtonStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SpinButtonStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SpinButtonStyle">SpinButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> which used to render GrapeCity.Windows.InputMan.Primitives.SpinButton. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SpinButtonVisibility" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SpinButtonVisibility">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SpinButtonVisibility.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SpinButtonVisibility">SpinButtonVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the GrapeCity.Windows.InputMan.ButtonVisibility of the spin button. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SpinDownCommand" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SpinDownCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SpinDownCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SpinDownCommand">SpinDownCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SpinDownCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SpinDownCommand">SpinDownCommand</a> command, which requests SpinDown button clicked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SpinUpCommand" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SpinUpCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SpinUpCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SpinUpCommand">SpinUpCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SpinUpCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SpinUpCommand">SpinUpCommand</a> command, which requests SpinUp button clicked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_StaysOpenOnEdit" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.StaysOpenOnEdit">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.StaysOpenOnEdit.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_StaysOpenOnEdit">StaysOpenOnEdit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicates whether a GcComboBox that is open and displays a drop-down control will remain open when a user clicks the TextBox. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SwitchDropDownCommand" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SwitchDropDownCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SwitchDropDownCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SwitchDropDownCommand">SwitchDropDownCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SwitchDropDownCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SwitchDropDownCommand">SwitchDropDownCommand</a> command, which switched the drop down window between open and closed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_Text" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.Text">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.Text.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text associated with this control. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_UnEditableTemplate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.UnEditableTemplate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.UnEditableTemplate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_UnEditableTemplate">UnEditableTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a template which will be used when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsEditable.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_IsEditable">IsEditable</a> is set to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_UseMultipleColumn" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.UseMultipleColumn">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.UseMultipleColumn.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_UseMultipleColumn">UseMultipleColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether use grid to show data. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_VerticalGridLineBrush" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.VerticalGridLineBrush">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.VerticalGridLineBrush.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_VerticalGridLineBrush">VerticalGridLineBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint the vertical grid lines. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_VerticalGridLineStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.VerticalGridLineStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.VerticalGridLineStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_VerticalGridLineStyle">VerticalGridLineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a GrapeCity.Windows.InputMan.LineStyle enumeration value that indicates the vertical grid line style for each lines. This is a dependency property.</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_Wpf_SpreadSheet_CellType_Editors_GcComboBox_BeginInit" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.BeginInit">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.BeginInit.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"><p>Starts the initialization process for this element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_EndInit" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EndInit">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.EndInit.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates that the initialization process for the element is complete.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_GetItemDisplayIndex_System_Int32_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.GetItemDisplayIndex(System.Int32)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.GetItemDisplayIndex.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_GetItemDisplayIndex_System_Int32_">GetItemDisplayIndex(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the item displayed index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_GetItemIndex_System_Int32_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.GetItemIndex(System.Int32)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.GetItemIndex.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_GetItemIndex_System_Int32_">GetItemIndex(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the item index based on <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.Items.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_Items">Items</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnApplyTemplate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnApplyTemplate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnApplyTemplate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden in a derived class, is invoked whenever application code or internal processes call <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.applytemplate">ApplyTemplate()</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnAutoGeneratingColumn_GrapeCity_Wpf_SpreadSheet_CellType_Editors_AutoGeneratingListColumnEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnAutoGeneratingColumn(GrapeCity.Wpf.SpreadSheet.CellType.Editors.AutoGeneratingListColumnEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnAutoGeneratingColumn.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnAutoGeneratingColumn_GrapeCity_Wpf_SpreadSheet_CellType_Editors_AutoGeneratingListColumnEventArgs_">OnAutoGeneratingColumn(AutoGeneratingListColumnEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoGeneratingColumn.html">AutoGeneratingColumn</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnDropDownClosed_System_EventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnDropDownClosed(System.EventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnDropDownClosed.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnDropDownClosed_System_EventArgs_">OnDropDownClosed(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownClosed.html">DropDownClosed</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnDropDownOpened_System_EventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnDropDownOpened(System.EventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnDropDownOpened.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnDropDownOpened_System_EventArgs_">OnDropDownOpened(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownOpened.html">DropDownOpened</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnGotKeyboardFocus_System_Windows_Input_KeyboardFocusChangedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnGotKeyboardFocus.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnGotKeyboardFocus_System_Windows_Input_KeyboardFocusChangedEventArgs_">OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when an unhandled <span class="xref">System.Windows.Input.Keyboard.GotKeyboardFocus</span> attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnItemCheckChanged_GrapeCity_Wpf_SpreadSheet_CellType_Editors_ItemCheckEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnItemCheckChanged(GrapeCity.Wpf.SpreadSheet.CellType.Editors.ItemCheckEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnItemCheckChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnItemCheckChanged_GrapeCity_Wpf_SpreadSheet_CellType_Editors_ItemCheckEventArgs_">OnItemCheckChanged(ItemCheckEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemCheck.html">ItemCheck</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnKeyExit_GrapeCity_Wpf_SpreadSheet_CellType_Editors_KeyExitEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnKeyExit(GrapeCity.Wpf.SpreadSheet.CellType.Editors.KeyExitEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnKeyExit.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnKeyExit_GrapeCity_Wpf_SpreadSheet_CellType_Editors_KeyExitEventArgs_">OnKeyExit(KeyExitEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.KeyExit.html">KeyExit</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnLostKeyboardFocus_System_Windows_Input_KeyboardFocusChangedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnLostKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnLostKeyboardFocus.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnLostKeyboardFocus_System_Windows_Input_KeyboardFocusChangedEventArgs_">OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when an unhandled <span class="xref">System.Windows.Input.Keyboard.LostKeyboardFocus</span> attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnMouseEnter_System_Windows_Input_MouseEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnMouseEnter.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnMouseEnter_System_Windows_Input_MouseEventArgs_">OnMouseEnter(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when an unhandled <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouseenter">MouseEnter</a> event is raised on this element. Implement this method to add class handling for this event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnMouseLeave_System_Windows_Input_MouseEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnMouseLeave.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnMouseLeave_System_Windows_Input_MouseEventArgs_">OnMouseLeave(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when an unhandled <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouseleave">MouseLeave</a> event is raised on this element. Implement this method to add class handling for this event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnMouseLeftButtonUp_System_Windows_Input_MouseButtonEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnMouseLeftButtonUp.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnMouseLeftButtonUp_System_Windows_Input_MouseButtonEventArgs_">OnMouseLeftButtonUp(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when an unhandled <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouseleftbuttonup">MouseLeftButtonUp</a> routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnMouseWheel_System_Windows_Input_MouseWheelEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnMouseWheel(System.Windows.Input.MouseWheelEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnMouseWheel.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnMouseWheel_System_Windows_Input_MouseWheelEventArgs_">OnMouseWheel(MouseWheelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called before the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mousewheel">MouseWheel</a> event occurs to provide handling for the event in a derived class without attaching a delegate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnPrepareListItem_GrapeCity_Wpf_SpreadSheet_CellType_Editors_PrepareListItemEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnPrepareListItem(GrapeCity.Wpf.SpreadSheet.CellType.Editors.PrepareListItemEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnPrepareListItem.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnPrepareListItem_GrapeCity_Wpf_SpreadSheet_CellType_Editors_PrepareListItemEventArgs_">OnPrepareListItem(PrepareListItemEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.PrepareListItem.html">PrepareListItem</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnPreviewKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnPreviewKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnPreviewKeyDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnPreviewKeyDown_System_Windows_Input_KeyEventArgs_">OnPreviewKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when an unhandled <span class="xref">System.Windows.Input.Keyboard.PreviewKeyDown</span> attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnPropertyChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked whenever the effective value of any dependency property on this <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a> has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides <span class="xref">System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)</span>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnSelectionChanged_System_Windows_Controls_SelectionChangedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnSelectionChanged(System.Windows.Controls.SelectionChangedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnSelectionChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnSelectionChanged_System_Windows_Controls_SelectionChangedEventArgs_">OnSelectionChanged(SelectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the GrapeCity.Windows.InputMan.GcComboBox.SelectionChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnTextChanged_System_Windows_RoutedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnTextChanged(System.Windows.RoutedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnTextChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnTextChanged_System_Windows_RoutedEventArgs_">OnTextChanged(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Is called when content in this control changes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnTextChanging_GrapeCity_Wpf_SpreadSheet_CellType_Editors_TextChangingEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnTextChanging(GrapeCity.Wpf.SpreadSheet.CellType.Editors.TextChangingEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnTextChanging.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OnTextChanging_GrapeCity_Wpf_SpreadSheet_CellType_Editors_TextChangingEventArgs_">OnTextChanging(TextChangingEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.TextChanging.html">TextChanging</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OpenDropDown" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OpenDropDown">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OpenDropDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_OpenDropDown">OpenDropDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Open drop down window of control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_Sort_GrapeCity_Wpf_SpreadSheet_CellType_Editors_ListColumn_System_Nullable_System_ComponentModel_ListSortDirection__" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.Sort(GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListColumn,System.Nullable{System.ComponentModel.ListSortDirection})">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.Sort.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_Sort_GrapeCity_Wpf_SpreadSheet_CellType_Editors_ListColumn_System_Nullable_System_ComponentModel_ListSortDirection__">Sort(ListColumn, ListSortDirection?)</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts the specified <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListColumn.html">ListColumn</a> with specific direction.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AutoGeneratingColumn" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoGeneratingColumn">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoGeneratingColumn.html">AutoGeneratingColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs one time for each public, non-static property in the bound data type when the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemsSource.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemsSource">ItemsSource</a> property is changed and the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoGenerateColumns.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_AutoGenerateColumns">AutoGenerateColumns</a> property is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownClosed" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownClosed">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownClosed.html">DropDownClosed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the GrapeCity.Windows.InputMan.Primitives.DropDownWindow of a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> is closed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_DropDownOpened" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownOpened">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.DropDownOpened.html">DropDownOpened</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the GrapeCity.Windows.InputMan.Primitives.DropDownWindow of a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.html">GcComboBox</a> is opened.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ItemCheck" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemCheck">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemCheck.html">ItemCheck</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the GrapeCity.Windows.InputMan.ListItem.IsChecked is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_KeyExit" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.KeyExit">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.KeyExit.html">KeyExit</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when input some special keys to make the control lose focus.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_PrepareListItem" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.PrepareListItem">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.PrepareListItem.html">PrepareListItem</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs one time when preparing the ListItem to present the data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectionChanged" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectionChanged">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectionChanged.html">SelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedItem.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_SelectedItem">SelectedItem</a> property on this element changes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_TextChanged" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.TextChanged">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.TextChanged.html">TextChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when content is changed in the text element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_TextChanging" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.TextChanging">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.TextChanging.html">TextChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs just before the text is changed in the control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
