ASPxDocumentViewer.ToolbarMode Property
Specifies the toolbar mode of an ASPxDocumentViewer.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.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:
Standard toolbar:
See Also