TcxGridPopupMenu.PopupMenus Property
Provides a list of available custom menus.
Declaration
property PopupMenus: TcxPopupMenuInfos read; write;
Property Value
Type |
---|
TcxPopupMenuInfos |
Remarks
Use this property to add, delete and insert new menus both at design and runtime.
After adding a new menu, modify its properties in order to invoke this menu in response to right-clicking specific grid View elements.
See Also