ASPxClientGridViewContextMenuEventArgs.menu Property
In This Article
Gets the currently processed menu object.
#Declaration
TypeScript
menu: any
#Property Value
Type | Description |
---|---|
any | An object that is the currently processed menu. |
#Remarks
Use the menu property to access the client object of the currently processed menu.
See Also