PopupMenuShowingEventArgs(VGridPopupMenu, RecordHeaderInfo) Constructor
Initializes a new instance of the PopupMenuShowingEventArgs class with specified settings.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Parameters
| Name | Type |
|---|---|
| menu | DevExpress.XtraVerticalGrid.VGridPopupMenu |
| headerInfo | DevExpress.XtraVerticalGrid.ViewInfo.RecordHeaderInfo |
See Also