Skip to main content

DocumentViewerSplitterStyles.InternalRibbonToolbarPaneHeight Property

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

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Default Description
Unit "96px"

A Unit structure.

See Also