Version

DropDownItem class Members

The following tables list the members exposed by DropDownItem.

Public Constructors
 NameDescription
Public ConstructorDropDownItem Constructor  
Public Properties
 NameDescription
Public Propertyactivatedvalue indicating if the item is active or not value indicating if the item is active or not  
Public PropertyactiveCssClassReturns/sets the CSS class that will be applied to the ImageItem when it is selected. CssClass Applied when the item is active  
Public PropertycssClassReturns/sets the CSS class that will be applied to the ImageItem when it is selected. the CSS class applied to the item  
Public Propertycustomfor internal use  
Public PropertydisabledMarks the DropDownItem as disabled boolean value indicating if the item is disabled or not  
Public PropertydisabledCssClassReturns/sets the CSS class that will be applied to the ImageItem when it is selected.  
Public PropertyhoverCssClassReturns/sets the CSS class that will be applied to the DropDownItem when it is selected. CSS class when the item is hovered  
Public PropertyindexReturns the index of the item in the WebDropDown's DropDownItemCollection. index of the item  
Public PropertyselectedReturns whether the dropdown item is selected or not value indicating whether the item is selected or not  
Public PropertyselectedCssClassReturns/sets the CSS class that will be applied to the ImageItem when it is selected. Css Class applied when the item is selected  
Public PropertytextReturns/sets the text of the DropDownItem. text of the dropdown item  
Public PropertyvalueReturns/sets the value of the DropDownItem. value of the item  
Public Methods
 NameDescription
Public MethodactivateSets the DropDownItem as active.  
Public MethodhoverCauses the dropdown item to have hover state applied to it  
Public MethodinactivateSets the DropDownItem as inactive.  
Public MethodisSelectedDetermines if the item is selected.  
Public MethodselectSets the DropDownItem as selected.  
Public Methodunhoverrestores original state  
Public MethodunselectSets the DropDownItem as not selected.  
See Also