[]
Represents the methods, properties and events of the C1ComboBox class.
public interface IComboBox : IDropDownEditorBase, IDropDownControlBase
Name | Description |
---|---|
AllowSpinLoop | Determines whether the spinner moves to the first item when it reaches the last, or to the last when it reaches the first. |
AutoSuggestMode | Gets or sets an option that controls how candidates searching works in auto-suggest mode. |
HtmlPattern | Gets or sets the pattern to build HTML representation of combobox items. |
ItemHeight | Gets or sets the height of an item in the combobox. |
ItemMode | Gets or sets the combobox item mode. |
Items | Gets the collection of the items contained in this ComboBox. |
ItemsDataSource | Gets or sets the data source for items of this C1ComboBox. |
ItemsDisplayMember | Gets or sets the property to display items for this C1ComboBox control. |
ItemsImageList | Gets or sets the ImageList to get the images to display in the combobox items. |
ItemsValueMember | Gets or sets the path of the property to use as the actual value for the items in the C1ComboBox control. |
MaxDropDownItems | Gets or sets the maximum number of items to be shown in the drop-down portion of the C1ComboBox. |
SelectedIndex | Gets or sets the index specifying the currently selected item. |
SelectedItem | Gets or sets currently selected item in the ComboBox. |
SelectedValue | Gets or sets the value of the member property specified by the ItemsValueMember property. |
ShowTooltip | Gets or sets a value that indicates whether the C1ComboBox displays a tooltip for the highlighted drop-down list item or not. |
TranslateValue | Gets or sets a value indicating that Value property should be translated to the Text property with ComboBoxItem propertiesDisplayText and Value. |
Name | Description |
---|---|
SetItemsDataSource(object, int) | Sets items data source for the C1ComboBox. |
Name | Description |
---|---|
SelectedIndexChanged | Occurs when the SelectedIndex changes. |
SelectedItemChanged | Occurs when the SelectedItem changes. |
TooltipShowing | Occurs before a tooltip is displayed for a highlighted drop-down list item. Allows to set tooltip options or cancel the tooltip display. |