Class RadzenDialog
public class RadzenDialog : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
- Inheritance
-
RadzenDialog
- Implements
- Inherited Members
Constructors
RadzenDialog()
public RadzenDialog()
Properties
CloseSideDialogAriaLabel
Gets or sets the close side dialog aria label text.
[Parameter]
public string CloseSideDialogAriaLabel { get; set; }
Property Value
- string
The close side dialog aria label text.
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder
Close(dynamic)
public Task Close(dynamic result)
Parameters
result
dynamic
Returns
Dispose()
public void Dispose()
OnInitialized()
protected override void OnInitialized()
Open(string, Type, Dictionary<string, object>, DialogOptions)
public Task Open(string title, Type type, Dictionary<string, object> parameters, DialogOptions options)
Parameters
title
stringtype
Typeparameters
Dictionary<string, object>options
DialogOptions