BarManager.InitPopup Event
In This Article
This is an internal event that should not be used.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.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