PdfPopupMenuShowingEventArgs.Menu Property
In This Article
OBSOLETE
Use the Item
Provides access to a popup menu that is being invoked.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
#Remarks
This property is obsolete and can return null in some cases when the PdfViewer.PopupMenuShowing event is raised for outlines. To avoid this issue, use the PdfPopupMenuShowingEventArgs.ItemLinks property instead.
See Also