Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

[Obsolete("Use the ItemLinks property instead.")]
public PopupMenu Menu { get; }

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