Skip to main content

DxDocumentViewerTabPanelSettings.Width Property

Specifies the tab panel’s width.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v23.2.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