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.v19.1.dll

Declaration

public ReportToolbarItemCollection ToolbarItems { get; }

Property Value

Type Description
ReportToolbarItemCollection

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

See Also