Skip to main content

TabPanelSettings.Width Property

Specifies the tab panel’s width.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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
WebDocumentViewerSettingsBase
See Also