Version

behaviors Property

Returns the grid's behavior collection. All of the grid behaviors are contained by this collection. Behavior collection of the grid.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_behaviors() : GridBehaviorCollection
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataGrid.get_behaviors();
See Also