Skip to main content

WebDocumentViewerModel.MenuActions Property

Specifies the menu actions available in a Web Document Viewer.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public MenuAction[] MenuActions { get; set; }

Property Value

Type Description
MenuAction[]

An array of MenuAction objects.

See Also