The C1ComboBoxItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1ComboBoxItem |
Initializes a new instance of the C1ComboBoxItem class.
|
Methods
Name | Description | |
---|---|---|
![]() | ScrollIntoView |
Scrolls to this C1ComboBoxItem in the drop-down list.
|
Properties
Name | Description | |
---|---|---|
![]() | Collection |
Gets or sets C1ComboBoxItemCollection to which this C1ComboBoxItem belongs.
|
![]() | DisabledImageUrl |
Gets or sets the URL for the image to be used for disabled state.
|
![]() | Element |
Gets the element of this C1ComboBoxItem.
|
![]() | Enabled |
Determines whether the C1ComboBoxItem is enabled in the C1ComboBox drop-down list.
|
![]() | HighLightedImageUrl |
Gets or sets the URL for the image to be used to show highlighted state.
|
![]() | ImageUrl |
Gets or sets the URL for the image used to show normal state.
|
![]() | Index |
Gets the C1ComboBoxItem index in collection.
|
![]() | IsSeparator |
Determines if the C1ComboBoxItem is a separator so that keyboard navigation ignores it.
|
![]() | NextItem |
Gets next C1ComboBoxItem.
|
![]() | NextVisibleItem |
Gets the next visible C1ComboBoxItem.
|
![]() | ParentComboBox |
Gets the parent C1ComboBox.
|
![]() | PreviousItem |
Gets previous C1ComboBoxItem.
|
![]() | PreviousVisibleItem |
Gets previous visible C1ComboBoxItem.
|
![]() | Selected |
Determines whether the C1ComboBoxItem is selected.
|
![]() | Text |
Gets or sets the text of the C1ComboBoxItem.
|
![]() | Value |
Gets or sets a value for this C1ComboBoxItem.
|
![]() | Visible |
Gets or sets whether this C1ComboBoxItem is visible.
|