Skip to main content
A newer version of this page is available. .

PdfViewer.MenuManager Property

Specifies an object that controls the look and feel of the popup menus.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.2.dll

Declaration

[DefaultValue(null)]
public IDXMenuManager MenuManager { get; set; }

Property Value

Type Default Description
DevExpress.Utils.Menu.IDXMenuManager *null*

An object that controls the look and feel of the popup menus.

See Also