Back to Devexpress

TabPanelPosition Enum

xtrareports-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-b8414c65.md

latest1.7 KB
Original Source

TabPanelPosition Enum

Lists values that specify the tab panel position in the Web Document Viewer.

Namespace : DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
public enum TabPanelPosition
vb
Public Enum TabPanelPosition

Members

NameDescription
Left

The tab panel is located at the left side of the Web Document Viewer.

| | Right |

The tab panel is located at the right side of the Web Document Viewer.

|

The following properties accept/return TabPanelPosition values:

Remarks

Values listed by the TabPanelPosition enumeration are used to set the WebDocumentViewerTabPanelSettings.Position and TabPanelSettings.Position properties.

See Also

DevExpress.XtraReports.Web.WebDocumentViewer Namespace