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