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 RadzenTooltip : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderGets the reference for the current component.
protected Microsoft.JSInterop.DotNetObjectReference<RadzenTooltip> Reference { get; }
| Type | Description |
|---|---|
| Microsoft.JSInterop.DotNetObjectReference<RadzenTooltip> | 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 |
Closes this instance.
public Task CloseTooltip(string position)
| Type | Name | Description |
|---|---|---|
| string | position |
| Type | Description |
|---|---|
| Task |
protected override Task OnAfterRenderAsync(bool firstRender)
| Type | Name | Description |
|---|---|---|
| bool | firstRender |
| Type | Description |
|---|---|
| Task |
public Task Open(ElementReference element, Type type, TooltipOptions options)
| Type | Name | Description |
|---|---|---|
| ElementReference | element | |
| Type | type | |
| TooltipOptions | options |
| Type | Description |
|---|---|
| Task |