| Name | Description |
| ActualHeight | (Inherited from System.Windows.FrameworkElement) |
| ActualWidth | (Inherited from System.Windows.FrameworkElement) |
| AllowDrop | (Inherited from System.Windows.UIElement) |
| AutoComplete | Gets or sets whether the control should try to automatically complete entries using the list items as an item source. |
| Background | (Inherited from System.Windows.Controls.Control) |
| BorderBrush | (Inherited from System.Windows.Controls.Control) |
| BorderThickness | (Inherited from System.Windows.Controls.Control) |
| ButtonBackground | Gets or sets the System.Windows.Media.Brush that will be assigned to the Background of the buttons inside the control. |
| ButtonForeground | Gets or sets the System.Windows.Media.Brush that will be assigned to the Foreground of the buttons inside the control. |
| CacheMode | (Inherited from System.Windows.UIElement) |
| CaretBrush | Gets or sets the System.Windows.Media.Brush of the blinking cursor of an input control. When .NET Framework is v3.5, 'CaretBrush' takes no effect. |
| CharacterSpacing | (Inherited from System.Windows.Controls.Control) |
| Clip | (Inherited from System.Windows.UIElement) |
| Condition | Gets or sets the filter condition of item source. |
| CornerRadius | Gets or sets a value that represents the degree to which the corners of the element are rounded. |
| Cursor | (Inherited from System.Windows.FrameworkElement) |
| DataContext | (Inherited from System.Windows.FrameworkElement) |
| DefaultItemHeight | Obsolete. Use ItemContainerStyle. |
| DesiredSize | (Inherited from System.Windows.UIElement) |
| DisabledCuesVisibility | Gets or sets a value indicating whether the disabled visuals of the control are visible. |
| Dispatcher | (Inherited from System.Windows.DependencyObject) |
| DisplayMemberPath | (Inherited from System.Windows.Controls.ItemsControl) |
| DropDownDirection | Specifies the expand direction of the C1ComboBox drop down. |
| DropDownHeight | Gets or sets the height of the dropdown (set to Double.NaN to size automatically). |
| DropDownWidth | Gets or sets the width of the drop-down box (set to Double.NaN to size automatically). |
| Effect | (Inherited from System.Windows.UIElement) |
| FlowDirection | (Inherited from System.Windows.FrameworkElement) |
| FocusBrush | Gets or sets the System.Windows.Media.Brush used to highlight the focused control. |
| FocusCuesVisibility | Gets or sets a value indicating whether the focus visuals of the control are visible. |
| FontFamily | (Inherited from System.Windows.Controls.Control) |
| FontSize | (Inherited from System.Windows.Controls.Control) |
| FontStretch | (Inherited from System.Windows.Controls.Control) |
| FontStyle | (Inherited from System.Windows.Controls.Control) |
| FontWeight | (Inherited from System.Windows.Controls.Control) |
| Foreground | (Inherited from System.Windows.Controls.Control) |
| Height | (Inherited from System.Windows.FrameworkElement) |
| HorizontalAlignment | (Inherited from System.Windows.FrameworkElement) |
| HorizontalContentAlignment | (Inherited from System.Windows.Controls.Control) |
| IsDropDownOpen | Open or close the C1ComboBox popup. |
| IsEditable | Get/Set if the user can select a value not contained in the C1ComboBox' Items collection. |
| IsEnabled | (Inherited from System.Windows.Controls.Control) |
| IsFocused | Returns true if the control has the focus. |
| IsHitTestVisible | (Inherited from System.Windows.UIElement) |
| IsMouseOver | Returns true if the mouse is over the control. |
| IsTabStop | (Inherited from System.Windows.Controls.Control) |
| ItemContainerGenerator | (Inherited from System.Windows.Controls.ItemsControl) |
| ItemContainerStyle | Gets or sets the style used for the inner C1ComboBox's items. |
| ItemConverter | Item converter used to convert the items to string and vice versa. |
| Items | (Inherited from System.Windows.Controls.ItemsControl) |
| ItemsPanel | (Inherited from System.Windows.Controls.ItemsControl) |
| ItemsSource | (Inherited from System.Windows.Controls.ItemsControl) |
| ItemTemplate | (Inherited from System.Windows.Controls.ItemsControl) |
| ItemTemplateSelector | Gets or sets the custom logic for choosing a template used to display each item. |
| Language | (Inherited from System.Windows.FrameworkElement) |
| Margin | (Inherited from System.Windows.FrameworkElement) |
| MaxDropDownHeight | Gets or sets maximum height constraint of the drop-down box. |
| MaxDropDownItems | Obsolete. Use MaxDropDownHeight. |
| MaxDropDownWidth | Gets or sets maximum width constraint of the drop-down box. |
| MaxHeight | (Inherited from System.Windows.FrameworkElement) |
| MaxWidth | (Inherited from System.Windows.FrameworkElement) |
| MinHeight | (Inherited from System.Windows.FrameworkElement) |
| MinWidth | (Inherited from System.Windows.FrameworkElement) |
| MouseOverBrush | Gets or sets the System.Windows.Media.Brush used to highlight the control when it has the mouse over. |
| Name | (Inherited from System.Windows.FrameworkElement) |
| Opacity | (Inherited from System.Windows.UIElement) |
| OpacityMask | (Inherited from System.Windows.UIElement) |
| Padding | (Inherited from System.Windows.Controls.Control) |
| Parent | (Inherited from System.Windows.FrameworkElement) |
| PressedBrush | Gets or sets the System.Windows.Media.Brush used to paint a button when it is pressed. |
| Projection | (Inherited from System.Windows.UIElement) |
| RenderSize | (Inherited from System.Windows.UIElement) |
| RenderTransform | (Inherited from System.Windows.UIElement) |
| RenderTransformOrigin | (Inherited from System.Windows.UIElement) |
| Resources | (Inherited from System.Windows.FrameworkElement) |
| ScrollBarStyle | Gets or sets the style used for the inner scrollbar. |
| SelectedBackground | Gets or sets the System.Windows.Media.Brush used to highlight the control when it is selected. |
| SelectedIndex | Gets or sets the current selected index or returns -1 if there is no selection, or the selection doesn't belong to the Items collection. |
| SelectedItem | Gets or sets the current selected item or returns null if there is no selection. |
| SelectedValue | Gets or sets the value of the SelectedItem, obtained by using SelectedValuePath. |
| SelectedValuePath | Gets or sets the path that is used to get the SelectedValue from the SelectedItem. |
| SelectionBackground | Gets or sets the System.Windows.Media.Brush that fills the background of the selected text. |
| SelectionForeground | Gets or sets the System.Windows.Media.Brush used as foreground of the selected text. |
| Style | (Inherited from System.Windows.FrameworkElement) |
| TabIndex | (Inherited from System.Windows.Controls.Control) |
| TabNavigation | (Inherited from System.Windows.Controls.Control) |
| Tag | (Inherited from System.Windows.FrameworkElement) |
| Template | (Inherited from System.Windows.Controls.Control) |
| Text | Gets or sets the text in the C1ComboBox. The behavior depends on the AutoComplete and IsEditable properties. |
| TextAlignment | Gets or sets a value that indicates the horizontal alignment of text content. |
| Triggers | (Inherited from System.Windows.FrameworkElement) |
| UseLayoutRounding | (Inherited from System.Windows.UIElement) |
| ValidationDecoratorStyle | Gets or sets the style that is applied to the inner C1ValidationDecorator. |
| VerticalAlignment | (Inherited from System.Windows.FrameworkElement) |
| VerticalContentAlignment | (Inherited from System.Windows.Controls.Control) |
| Visibility | (Inherited from System.Windows.UIElement) |
| Watermark | Gets or sets the watermark content displayed when the control is empty. |
| Width | (Inherited from System.Windows.FrameworkElement) |