Kendo.Mvc.UI.Fluent.MobilePopOverPopupSettingsBuilder
Defines the fluent API for configuring the MobilePopOverPopupSettings settings.
Methods
Height(System.String)
The height of the popup in pixels.
Parameters
value System.String
The value that configures the height.
Width(System.String)
The width of the popup in pixels
Parameters
value System.String
The value that configures the width.
Height(System.Int32)
The height of the popup in pixels.
Parameters
value System.Int32
The value that configures the height.
Width(System.Int32)
The width of the popup in pixels
Parameters
value System.Int32
The value that configures the width.
Direction(Kendo.Mvc.UI.MobilePopupDirection)
The direction to which the popup will expand, relative to the target that opened it
Parameters
value Kendo.Mvc.UI.MobilePopupDirection
The value that configures the direction.