Skip to main content

ASPxClientSpreadsheetPopupMenuItem.parent Property

Gets the immediate parent menu item to which the current menu item belongs.

Declaration

parent: ASPxClientSpreadsheetPopupMenuItem

Property Value

Type Description
ASPxClientSpreadsheetPopupMenuItem

A ASPxClientSpreadsheetPopupMenuItem object representing the menu item’s immediate parent.

Remarks

Use the parent property to identify and access the immediate parent menu item which owns the current menu item.

See Also