Skip to main content

DocumentViewerToolbarMode Enum

Lists the available toolbar modes of the ASPxDocumentViewer.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public enum DocumentViewerToolbarMode

Members

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

An object of the DocumentViewerToolbarMode type is returned by the ASPxDocumentViewer.ToolbarMode property.

See Also