Back to Devexpress

DxSankeyLabelSettings.Visible Property

blazor-devexpress-dot-blazor-dot-dxsankeylabelsettings.md

latest1000 B
Original Source

DxSankeyLabelSettings.Visible Property

Specifies whether node labels are visible.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(true)]
[Parameter]
public bool Visible { get; set; }

Property Value

TypeDefaultDescription
Booleantrue

true to display node labels; otherwise, false.

|

Remarks

Refer to the DxSankeyLabelSettings class description for additional information and an example.

See Also

DxSankeyLabelSettings Class

DxSankeyLabelSettings Members

DevExpress.Blazor Namespace