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

DocumentViewerSettings.ToolbarMode Property

Specifies the Document Viewer toolbar.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public DocumentViewerToolbarMode ToolbarMode { get; set; }

Property Value

Type Description
DocumentViewerToolbarMode

A DocumentViewerToolbarMode enumeration value.

Available values:

Name Description
StandardToolbar

The ASPxDocumentViewer commands are displayed in its ReportToolbar.

Ribbon

The ASPxDocumentViewer commands are displayed in its Ribbon.

ExternalRibbon

The ASPxDocumentViewer commands are added to the application’s Ribbon.

None

The ASPxDocumentViewer has no toolbar.

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