Skip to main content

ASPxClientMenuItem.parent Property

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

#Declaration

TypeScript

#Property Value

Type Description
ASPxClientMenuItem

An ASPxClientMenuItem 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