Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.SetParametersAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenChartTooltip : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderGets the reference for the current component.
protected Microsoft.JSInterop.DotNetObjectReference<RadzenChartTooltip> Reference { get; }
| Type | Description |
|---|---|
| Microsoft.JSInterop.DotNetObjectReference<RadzenChartTooltip> | Gets the reference for the current component. |
public string UniqueID { get; set; }
| Type | Description |
|---|---|
| string |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
protected override Task OnAfterRenderAsync(bool firstRender)
| Type | Name | Description |
|---|---|---|
| bool | firstRender |
| Type | Description |
|---|---|
| Task |