PdfPopupMenuShowingEventArgs.Menu Property
OBSOLETE
Use the ItemLinks property instead.
Provides access to a popup menu that is being invoked.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.1.dll
NuGet Package: DevExpress.Win.PdfViewer
Declaration
Property Value
Type | Description |
---|---|
PopupMenu | A PopupMenu object. |
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