Event args for treemap item click.
Object
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class TreemapClickEventArgsEvent args for treemap item click.
public TreemapClickEventArgs()The clicked data item.
public object Data { get; set; }
| Type | Description |
|---|---|
| object | The clicked data item. |
The text of the clicked item.
public string Text { get; set; }
| Type | Description |
|---|---|
| string | The text of the clicked item. |
The value of the clicked item.
public double Value { get; set; }
| Type | Description |
|---|---|
| double | The value of the clicked item. |