WebDocumentViewerTabPanelSettings.Position Property
In This Article
Specifies the tab panel’s position.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
#Declaration
[DefaultValue(TabPanelPosition.Right)]
public TabPanelPosition Position { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tab |
Right | A Tab |
Available values:
Name | Description |
---|---|
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. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Position |
---|---|---|
.NET Reporting Tools | ASPx |
|
ASP. |
Web |
|
See Also