Skip to main content

PdfViewer.MenuManager Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

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