Version

activeCssClass Property

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