Skip to main content

ASPxClientMenuItem.menu Property

Gets the menu object to which the current item belongs.

#Declaration

TypeScript

#Property Value

Type Description
ASPxClientMenuBase

An ASPxClientMenuBase object representing the menu to which the item belongs.

#Remarks

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

See Also