You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ThemeColor`|`string`| The color of the notification is controlled through this parameter. You can find more infomation and examples in the [Appearance]({%slug notification-appearance%}) article. |
86
-
|`Closable`|`bool` <br /> `true`| If set to `true` a close button will appear which will enable the user to close the Notificaion. If you want the Notification to not close automatically you should set the `Closable`paramter to `true` and the `CloseAfter` to `0`. |
86
+
|`Closable`|`bool` <br /> `true`| If set to `true` a close button will appear which will enable the user to close the Notification. If you want the Notification to not close automatically you should set the `Closable`parameter to `true` and the `CloseAfter` to `0`. |
87
87
|`CloseAfter`|`int` <br /> `5000`| Allows you to configure after how much time the Notification component will close automatically. Set it to `0` to prevent it from closing automatically. |
88
88
|`ShowIcon`|`bool` <br /> `true`| Allows you to specify whether an icon should appear in the component. |
89
89
|`Icon`|`string`| Specifies the icon that will render in the component if the `ShowIcon` parameter is set to `true`. You can find more information on adding an icon to a Telerik Component in [Telerik Font Icons article]({%slug common-features-icons%}#icon-in-telerik-component). |
90
-
|`Text`|`string`|the text that will be rendered in the Notification component. |
90
+
|`Text`|`string`|The text that will be rendered in the Notification component. |
0 commit comments