KaxComboBoxItem Properties |
The KaxComboBoxItem type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ComboBoxParent |
Gets the KaxComboBox instance which contains the current item.
|
![]() |
DisabledImageUrl |
Gets or sets the path to an image to display for the item when it is disabled.
|
![]() |
EnableViewState | (Overrides ControlEnableViewState.) |
![]() |
ImageUrl |
Gets or sets the path to an image to display for the item.
|
![]() |
IsSeparator |
Sets or gets whether the item is separator. It also represents a logical state of
the item. Might be used in some applications for keyboard navigation to omit processing
items that are marked as separators.
|
![]() |
Owner |
Gets the KaxComboBox instance which contains the current item.
|
![]() |
Selected |
Gets or sets the selected state of the combobox item.
|
![]() |
Text |
Gets or sets the text caption for the combobox item. (Overrides ControlItemText.) |
![]() |
ToolTip |
Gets or sets the tooltip of the combobox item. (Overrides WebControlToolTip.) |
![]() |
Value |
Gets or sets the value for the combobox item. (Overrides ControlItemValue.) |