Class RadzenNotificationMessage
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
Style
[Parameter]
public string Style { get; set; }
Property Value
Visible
public bool Visible { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder
Close()
public void Close()
OnInitialized()
protected override void OnInitialized()