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

TabPanelSettings.Position Property

Specifies the tab panel’s position.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "position")]
public string Position { get; set; }

Property Value

Type Description
String

A TabPanelPosition enumeration value that specifies the tab panel position.

Property Paths

You can access this nested property as listed below:

Object Type Path to Position
WebDocumentViewerModel
.TabPanelSettings .Position
See Also