GridBandMenuInfo Properties
Contains information about a context menu invoked for a grid band.| Name | Description |
|---|---|
| Band | Gets the band for which the context menu has been invoked. |
| CanCreateItems | Gets whether the context menu supports adding new menu items. Inherited from GridMenuInfo. |
| DataControl | Gets the data control for which the context menu has been called. Inherited from GridMenuInfo. |
| Menu | Gets an object that represents the menu which has been called. Inherited from GridMenuInfo. |
| MenuController | Gets the menu controller for the invoked context menu. |
| MenuType | Gets the type of the invoked context menu. |
See Also