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

WebDocumentViewerTabPanelSettings.Width Property

Specifies the tab panel’s width.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

Declaration

[DefaultValue(340)]
public int Width { get; set; }

Property Value

Type Default Description
Int32 340

An integer value that specifies the tab panel position.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Width
Reporting ASPxWebDocumentViewer
ASP.NET Web Forms Controls MVCxWebDocumentViewer
WebDocumentViewerSettings
See Also