Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
selectGroup Method
Selects a group by its index.
Syntax
| ASP.NET Ajax Javascript (Specification) | |
|---|
function selectGroup(
: int,
: Boolean,
: Boolean
) : (Any); |
| ASP.NET Ajax Javascript (Usage) | |
|---|
var resultVar = instanceOfWebExplorerBar.selectGroup(int,Boolean,Boolean); |
Parameters
- index
- Index of the specified group.
- selected
- Boolean value. States whether the item will be selected or deselected.
- toggle
- Optional boolean value. Specifies whether to expand or collapse the group.
See Also