SMART datagrid v.1 > Classes > MenuVisualObject

Back  Forward

DataLudi.MenuVisualObject.popupMenu  property

The popup menu setting or name which will be displayed when click menu button. 

You can specify the name of popup menu specified in advance or menu setting object through GridBase.registerPopupMenu. If specify setting object, you can call registerPopupMenu to add menu and return the name by popupMenuName

Defaults to null.

Getter
function popupMenu(): String|Object
Setter
function setPopupMenu(value: String|Object)
See Also
menuvisible
popupMenuName
Menu Overview
GridBase.registerPopupMenu
Examples
Column Header
Column Footer