The following tables list the members exposed by DropDownItem.
Name | Description | |
---|---|---|
![]() | DropDownItem Constructor |
Name | Description | |
---|---|---|
![]() | activated | value indicating if the item is active or not value indicating if the item is active or not |
![]() | activeCssClass | Returns/sets the CSS class that will be applied to the ImageItem when it is selected. CssClass Applied when the item is active |
![]() | cssClass | Returns/sets the CSS class that will be applied to the ImageItem when it is selected. the CSS class applied to the item |
![]() | custom | for internal use |
![]() | disabled | Marks the DropDownItem as disabled boolean value indicating if the item is disabled or not |
![]() | disabledCssClass | Returns/sets the CSS class that will be applied to the ImageItem when it is selected. |
![]() | hoverCssClass | Returns/sets the CSS class that will be applied to the DropDownItem when it is selected. CSS class when the item is hovered |
![]() | index | Returns the index of the item in the WebDropDown's DropDownItemCollection. index of the item |
![]() | selected | Returns whether the dropdown item is selected or not value indicating whether the item is selected or not |
![]() | selectedCssClass | Returns/sets the CSS class that will be applied to the ImageItem when it is selected. Css Class applied when the item is selected |
![]() | text | Returns/sets the text of the DropDownItem. text of the dropdown item |
![]() | value | Returns/sets the value of the DropDownItem. value of the item |
Name | Description | |
---|---|---|
![]() | activate | Sets the DropDownItem as active. |
![]() | hover | Causes the dropdown item to have hover state applied to it |
![]() | inactivate | Sets the DropDownItem as inactive. |
![]() | isSelected | Determines if the item is selected. |
![]() | select | Sets the DropDownItem as selected. |
![]() | unhover | restores original state |
![]() | unselect | Sets the DropDownItem as not selected. |