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.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

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