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

DocumentViewerSplitterStyles.SidePaneWidth Property

Specifies the width of the Document Viewer side pane, containing the report parameter editors and the document map.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Default Description
Unit "195px"

A Unit structure.

See Also