Skip to main content

PopupMenuShowingEventArgs(VGridPopupMenu, BaseRow) Constructor

Initializes a new instance of the PopupMenuShowingEventArgs class.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public PopupMenuShowingEventArgs(
    VGridPopupMenu menu,
    BaseRow row
)

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