ClassNotificationModel
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class NotificationModel
Inheritance: objectNotificationModel
Constructors
NotificationModel()
Declaration
cs-api-definition
public NotificationModel()
Properties
Closable
Defines whether the notification can be closed manually. Defaults to true.
CloseAfter
Defines when the notification will be closed automatically. Set 0 if you don't want to be automatically closed. Defaults to 5000ms.
Icon
Specifies the icon rendered in the notification. You can use either a predefined Telerik Icon or a custom one. Refer to Icons - Documentation for more information on how icons work.
ShowIcon
Defines whether the notification should visualize an icon.
Text
Defines the text of the notification.
ThemeColor
Defines ThemeColor of the notification.