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

DocumentViewerSettings.ToolbarItems Property

Provides access to the collection of the Document Viewer toolbar’s items.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public ReportToolbarItemCollection ToolbarItems { get; }

Property Value

Type Description
ReportToolbarItemCollection

A ReportToolbarItemCollection object representing the report toolbar’s collection of items.

Remarks

To learn more, see Customizing the Document Viewer Toolbar in ASP.NET MVC.

See Also