Skip to main content

TabPanelSettings.Position Property

Specifies the tab panel’s position.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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
WebDocumentViewerSettingsBase
.TabPanelSettings .Position
See Also