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

DocumentViewerSidePanePosition Enum

Lists the values specifying the position of a ASP.NET Document Viewer‘s side pane.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

Declaration

public enum DocumentViewerSidePanePosition

Members

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.

Related API Members

The following properties accept/return DocumentViewerSidePanePosition values:

Remarks

A DocumentViewerSidePanePosition enumeration value is returned by the DocumentViewerSplitterSettings.SidePanePosition property.

See Also