PopupMenuEventArgs Properties
Provides data for the GridControl.PopupMenuCustomization event.Name | Description |
---|---|
Column | Gets the column for which the popup menu will be shown. |
Menu | Provides access to the grid’s popup menu to be shown. |
MenuType | Gets the type of the grid’s menu to be invoked. |
RowHandle | Gets the handle of the row for which the popup menu will be shown. |
See Also