Skip to main content

WebDocumentViewerTabPanelSettings.Width Property

Specifies the tab panel’s width.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v23.2.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
ASP.NET MVC Extensions WebDocumentViewerSettings
.NET Reporting Tools ASPxWebDocumentViewer
See Also