TreeListBandMenuInfo Properties
Contains information about a context menu invoked for a treelist 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. |
Column | Gets the column for which the context menu has been called. 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. |
View | Gets the view for which the menu has been called. Inherited from GridMenuInfo. |
See Also