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

DocumentViewerSidePanePosition Enum

Lists the values specifying the position of an ASP.NET Document Viewer’s side pane.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

NuGet Package: DevExpress.Web.Reporting

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.

Remarks

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

See Also