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

TabPanelSettings.Width Property

Specifies the tab panel’s width.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

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

Declaration

[DataMember(Name = "width")]
public int Width { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the tab panel position.

Property Paths

You can access this nested property as listed below:

Object Type Path to Width
WebDocumentViewerModel
See Also