Kendo.Mvc.UI.Drawer
Kendo UI Drawer component
Fields
urlGenerator
The URL generator.
Properties
Position
The position of the drawer. Can be left (default) or right.
Mode
Determines how the Kendo UI Drawer will interact with the associated content. The default one (overlay) will simply overlap the associated content with overlay effect. On the other hand "push" mode will show the drawer next to associated cotent. The associated content will shrink its content.
Navigatable
If set to true the use could navigate the widget using the keyboard navigation. By default keyboard navigation is disabled.
Template
Specifies the drawer's content.
TemplateId
The id for the Template
MinHeight
Specifies the minimum height for the drawer in push mode. The overlay mode takes 100% of the page height.
Mini
Enables or configures the mini mode for the Kendo UI Drawer. This is a compact view that is displayed when the Kendo UI Drawer is collapsed. Usually it used to show only the icons when the drawer content contains icon and text for an item. When set to true it uses the main template.
SwipeToOpen
If set to false, swiping the associated content will not activate the drawer. In this case, the drawer will only be open by calling the show method. should be disabled for browsers, which use side swiping gestures for back/forward navigation, such as iOS Safari. Otherwise, users should swipe from an inner part of the view, and not from the view edge.
Width
Defines a specific width for the Kendo UI Drawer when expanded.
Content
The HTML string representing the associated content for the Drawer widget
Methods
WriteInitializationScript(System.IO.TextWriter)
Writes the initialization script.
Parameters
writer System.IO.TextWriter
The TextWriter.
WriteHtml(System.Web.UI.HtmlTextWriter)
Writes the HTML.
Parameters
writer System.Web.UI.HtmlTextWriter
The HtmlTextWriter.