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

RETURNS

Returns the current DrawerMiniSettingsBuilder instance.

Template(System.String)

Defines a specific template for the Kendo UI Drawer when in mini mode.

Parameters

value - System.String

The value for Template

RETURNS

Returns the current DrawerMiniSettingsBuilder instance.

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

RETURNS

Returns the current DrawerMiniSettingsBuilder instance.

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

RETURNS

Returns the current DrawerMiniSettingsBuilder instance.

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

RETURNS

Returns the current DrawerMiniSettingsBuilder instance.

Template(Kendo.Mvc.UI.Fluent.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.

RETURNS

Returns the current DrawerMiniSettingsBuilder instance.