Skip to main content

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.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Default Description
Unit "195px"

A Unit structure.

See Also