ASPxClientMenuItem.parent Property
In This Article
Gets the immediate parent item to which the current item belongs.
#Declaration
TypeScript
parent: ASPxClientMenuItem
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
Use the parent property to identify and access the immediate parent item which owns the current item.
See Also