PopupMenuShowingEventArgs(VGridPopupMenu, BaseRow) Constructor
Initializes a new instance of the PopupMenuShowingEventArgs class.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
menu | DevExpress.XtraVerticalGrid.VGridPopupMenu | A VGridPopupMenu object that represents the menu to be displayed. This value is assigned to the PopupMenuShowingEventArgs.Menu property. |
row | BaseRow | A BaseRow object that represents the row where the menu should to be displayed. This value is assigned to the PopupMenuShowingEventArgs.Row property. |
See Also