Table of Contents

Class RadzenNotificationMessage

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll
public class RadzenNotificationMessage : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
RadzenNotificationMessage
Implements
Inherited Members

Constructors

RadzenNotificationMessage()

public RadzenNotificationMessage()

Properties

Message

[Parameter]
public NotificationMessage Message { get; set; }

Property Value

NotificationMessage

Style

[Parameter]
public string Style { get; set; }

Property Value

string

Visible

public bool Visible { get; set; }

Property Value

bool

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

Close()

public void Close()

OnInitialized()

protected override void OnInitialized()