Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.SetParametersAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenLiveRegion : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderWhen true the region is role="alert" / aria-live="assertive" (interrupts the user). Default is a polite role="status" region.
public bool Assertive { get; set; }
| Type | Description |
|---|---|
| bool | When true the region is role="alert" / aria-live="assertive" (interrupts the user). Default is a polite role="status" region. |
The message to announce. Assigning a new (different) value triggers an announcement.
public string Text { get; set; }
| Type | Description |
|---|---|
| string | The message to announce. Assigning a new (different) value triggers an announcement. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |