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

DocumentViewerSplitterStyles.ToolbarPaneHeight Property

Specifies the height of the Document Viewer’s toolbar pane.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(typeof(Unit), "30px")]
public Unit ToolbarPaneHeight { get; set; }

Property Value

Type Default Description
Unit "30px"

A Unit structure.

See Also