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

DocumentViewerSplitterStyles.SidePaneMinWidth Property

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

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

Declaration

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

Property Value

Type Default Description
Unit "195px"

A Unit structure.

See Also