Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
isDescendant Method
Get whether this item is descendant of the specified item.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function isDescendant(
: DataMenuItem
) : Boolean; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfDataMenuItem.isDescendant(DataMenuItem); |
Parameters
- item
- Specify an item.
Return Value
Returns true if the current item is child of the specified item.
See Also