Skip to main content

DocumentViewerSettings.ToolbarItems Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ReportToolbarItemCollection ToolbarItems { get; }

Property Value

Type Description
ReportToolbarItemCollection

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

See Also