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

DocumentViewerSplitterSettings.SidePanePosition Property

Specifies the default position of the Document Viewer’s side pane containing the Parameters and Document Map panels.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

Declaration

[DefaultValue(DocumentViewerSidePanePosition.Right)]
public DocumentViewerSidePanePosition SidePanePosition { get; set; }

Property Value

Type Default Description
DocumentViewerSidePanePosition **Right**

A DocumentViewerSidePanePosition enumeration value.

Available values:

Name Description
Left

The side panel is located on the left side of the Document Viewer.

Right

The side panel is located on the right side of the Document Viewer.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SidePanePosition
Reporting ASPxDocumentViewer
.SettingsSplitter.SidePanePosition
ASP.NET Web Forms Controls DocumentViewerSettings
.SettingsSplitter.SidePanePosition
MVCxDocumentViewer
.SettingsSplitter.SidePanePosition
See Also