Version

summaryDropdownZIndex Property

Retruns the Z-Index of the summary dropdown element. The default Z-Index is 100100 Z-Index of the summary dropdown element.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_summaryDropdownZIndex() : Integer
function set_summaryDropdownZIndex(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfSummaryRow.get_summaryDropdownZIndex();
See Also