Skip to main content
All docs
V24.2

DxSankeyNodeSettings.Width Property

Specifies the node width.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(15)]
[Parameter]
public int Width { get; set; }

Property Value

Type Default Description
Int32 15

The node width in pixels.

Remarks

Refer to the DxSankeyNodeSettings class description for more information and an example.

See Also