BootstrapClientMenuItem.parent Property
Gets the immediate parent item to which the current item belongs.
Declaration
parent: BootstrapClientMenuItem
Property Value
Type | Description |
---|---|
BootstrapClientMenuItem | A BootstrapClientMenuItem object representing the item’s immediate parent. |
Remarks
Use the parent property to identify and access the immediate parent item which owns the current item.
See Also