Skip to main content
All docs
V23.2

PopupMenuShowingEventArgs(VGridPopupMenu, RecordHeaderInfo) Constructor

Initializes a new instance of the PopupMenuShowingEventArgs class with specified settings.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public PopupMenuShowingEventArgs(
    VGridPopupMenu menu,
    RecordHeaderInfo headerInfo
)

Parameters

Name Type
menu DevExpress.XtraVerticalGrid.VGridPopupMenu
headerInfo DevExpress.XtraVerticalGrid.ViewInfo.RecordHeaderInfo
See Also