Skip to main content
All docs
V25.1
  • 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

    public PopupMenuShowingEventArgs(
        VGridPopupMenu menu,
        RecordHeaderInfo headerInfo
    )

    Parameters

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