Skip to main content
All docs
V23.2

DxDocumentViewerBase.Width Property

Gets or sets the Document Viewer’s width on a page.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v23.2.JSBasedControls.Common.dll

NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common

Declaration

[Parameter]
public override string Width { get; set; }

Property Value

Type Description
String

A string that specifies the control’s width on a page. The default value is ‘100%’.

See Also