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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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