Kendo.Mvc.UI.Fluent.NotificationPositionSettingsBuilder
Defines the fluent API for configuring NotificationPositionSettings
Methods
Bottom(System.Double)
Determines the pixel position of the first popup notification with regard to the viewport's bottom edge.
Parameters
value System.Double
The value for Bottom
Left(System.Double)
Determines the pixel position of the first popup notification with regard to the viewport's left edge.
Parameters
value System.Double
The value for Left
Pinned(System.Boolean)
Determines whether the popup notifications will move together with the other page content during scrolling.
Parameters
value System.Boolean
The value for Pinned
Right(System.Double)
Determines the pixel position of the first popup notification with regard to the viewport's right edge.
Parameters
value System.Double
The value for Right
Top(System.Double)
Determines the position of the first popup notification with regard to the viewport's top edge. Numeric values are treated as pixels.
Parameters
value System.Double
The value for Top