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

DocumentViewerSplitterStyles.InternalRibbonToolbarPaneHeight Property

Specifies the height of the Document Viewer‘s internal ribbon container.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

Declaration

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

Property Value

Type Default Description
Unit "96px"

A Unit structure.

See Also