Skip to main content
All docs
V26.1
  • Bar

    BarManager.InitPopup Event

    This is an internal event that should not be used.

    Namespace: DevExpress.XtraBars

    Assembly: DevExpress.XtraBars.v26.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public event PopupEventHandler InitPopup

    Event Data

    The InitPopup event's data class is DevExpress.XtraBars.PopupEventArgs.

    See Also