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