Skip to main content

ASPxDocumentViewer.ToolbarMode Property

Specifies the toolbar mode of an ASPxDocumentViewer.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(DocumentViewerToolbarMode.StandardToolbar)]
public DocumentViewerToolbarMode ToolbarMode { get; set; }

Property Value

Type Default Description
DocumentViewerToolbarMode StandardToolbar

A DocumentViewerToolbarMode object.

Remarks

The 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