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

    Specifies the tab panel’s width.

    Namespace: DevExpress.Blazor.Reporting

    Assembly: DevExpress.Blazor.Reporting.v25.1.JSBasedControls.Common.dll

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

    Declaration

    [Parameter]
    public int Width { get; set; }

    Property Value

    Type Description
    Int32

    An integer that is the width in pixels.

    See Also