Class RadzenDialog
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenDialog : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
RadzenDialog()
Declaration
Properties
CloseSideDialogAriaLabel
Gets or sets the close side dialog aria label text.
Declaration
[Parameter]
public string CloseSideDialogAriaLabel { get; set; }
Property Value
Type |
Description |
string |
The close side dialog aria label text.
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
Close(dynamic)
Declaration
public Task Close(dynamic result)
Parameters
Type |
Name |
Description |
dynamic |
result |
|
Returns
Dispose()
Declaration
OnAfterRenderAsync(bool)
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
Type |
Name |
Description |
bool |
firstRender |
|
Returns
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
Open(string, Type, Dictionary<string, object>, DialogOptions)
Declaration
public Task Open(string title, Type type, Dictionary<string, object> parameters, DialogOptions options)
Parameters
Returns
Implements