Class RadzenNotificationMessage
Inheritance
RadzenNotificationMessage
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenNotificationMessage : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
RadzenNotificationMessage()
Declaration
public RadzenNotificationMessage()
Properties
Message
Declaration
[Parameter]
public NotificationMessage Message { get; set; }
Property Value
Style
Declaration
[Parameter]
public string Style { get; set; }
Property Value
Visible
Declaration
public bool Visible { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
Close()
Declaration
Dispose()
Declaration
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
Implements