Skip to main content

DocumentViewerSettings.ToolbarMode Property

Specifies the Document Viewer toolbar.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public DocumentViewerToolbarMode ToolbarMode { get; set; }

Property Value

Type Description
DocumentViewerToolbarMode

A DocumentViewerToolbarMode enumeration value.

Remarks

The ASP.NET Document Viewer provides a toolbar to navigate, export and print a report in the client web browser.

This toolbar can utilize one of the following user interface types.

  • Ribbon toolbar:

    web-document-viewer-toolbar-ribbon

  • Standard toolbar:

    document-viewer-report-toolbar-asp-net-mvc

See Also