DrawerMiniSettingsBuilder
Methods
Width(System.Double)
Defines a specific width for the Kendo UI Drawer when in mini mode.
Parameters
value - System.Double
The value for Width
Template(System.String)
Defines a specific template for the Kendo UI Drawer when in mini mode.
Parameters
value - System.String
The value for Template
TemplateId(System.String)
Defines a specific template for the Kendo UI Drawer when in mini mode.
Parameters
templateId - System.String
The ID of the template element for Template
TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
Defines a specific template for the Kendo UI Drawer when in mini mode.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for Template
TemplateHandler(System.String)
Defines a specific template for the Kendo UI Drawer when in mini mode.
Parameters
templateHandler - System.String
The handler that returs the template for Template
Template(Kendo.Mvc.UI.TemplateBuilder)
Defines a specific template for the Kendo UI Drawer when in mini mode.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the template.