Kendo.Mvc.UI.Notification
Kendo UI Notification component
Properties
AllowHideAfter
Indicates the period in milliseconds after which a notification can be dismissed (hidden) by the user.
AppendTo
Defines the element to which the notifications will be appended or prepended (depending on the stacking direction).
AutoHideAfter
Indicates the period in milliseconds after which a notification disappears automatically. Setting a zero value disables this behavior.
Button
Determines whether the notifications will include a hide button. This setting works with the built-in templates only.
Height
Defines the notifications' height. Numbers are treated as pixels.
HideOnClick
Determines whether notifications can be hidden by clicking anywhere on their content.
Position
This setting applies to popup notifications only, i.e. in cases when appendTo is not set. It determines the position of the first notification on the screen, as well as whether the notifications will move together with the page content during scrolling.top takes precedence over bottom and left takes precedence over right.
Width
Defines the notifications' width. Numbers are treated as pixels.
Stacking
Methods
SerializeSettings
Serialize current instance to Dictionary