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
Copy file name to clipboardExpand all lines: components/notification/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,9 @@ The `NotificationModel` class is used to add new notifications to the page. You
86
86
87
87
*`CloseAfter` - `int`, defaults to `5000` ms - 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
89
-
*`Icon` - `bool`, defaults to `true` - allows you to specify whether an icon should appear for the component.
89
+
*`ShowIcon` - `bool`, defaults to `true` - allows you to specify whether an icon should appear for the component.
90
90
91
-
*`IconName` - `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 general-information/font-icons%}#icon-in-telerik-component).
91
+
*`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 general-information/font-icons%}#icon-in-telerik-component).
92
92
93
93
*`Text` - `string` - the text that will be rendered in the Notification component.
0 commit comments