Skip to main content
All docs
V25.1
  • DxDocumentViewerBase.Width Property

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

    Namespace: DevExpress.Blazor.Reporting

    Assembly: DevExpress.Blazor.Reporting.v25.1.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