Version

selectedCssClass Property

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