Version

hoverCssClass Property

Returns/sets the CSS class that will be applied to the DropDownItem when it is selected. CSS class when the item is hovered
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_hoverCssClass() : String
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDropDownItem.get_hoverCssClass();
See Also