Class
SankeyNodeTooltipTemplateContext

The template context for the tooltip of the node.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SankeyNodeTooltipTemplateContext : SankeyNodeEventArgsBase

Inheritance: objectSankeyNodeEventArgsBaseSankeyNodeTooltipTemplateContext

Constructors

SankeyNodeTooltipTemplateContext()

Declaration

cs-api-definition
public SankeyNodeTooltipTemplateContext()

Properties

Value

The value of the node.

Declaration

cs-api-definition
public double? Value { get; set; }

Property Value

double?