New to Telerik UI for ASP.NET MVC? Download free 30-day trial

AppBarItemBuilder

Methods

ClassName(System.String)

Defines a set CSS classes for the item.

Parameters

value - System.String

The value that configures the classname.

Template(System.String)

The template which renders as content for the appbar item. Valid only for the contentItem type

Parameters

value - System.String

The value that configures the template.

TemplateId(System.String)

The template which renders as content for the appbar item. Valid only for the contentItem type

Parameters

value - System.String

The value that configures the template.

TemplateView(System.Web.Mvc.MvcHtmlString)

The template which renders as content for the appbar item. Valid only for the contentItem type

Parameters

value - System.Web.Mvc.MvcHtmlString

The value that configures the template.

TemplateHandler(System.String)

The template which renders as content for the appbar item. Valid only for the contentItem type

Parameters

value - System.String

The value that configures the template.

Template(Kendo.Mvc.UI.TemplateBuilder)

The template which renders as content for the appbar item. Valid only for the contentItem type

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the template.

Width(System.String)

Determines the width of the item. Valid only for the spacer items. Numeric values are treated as pixels.

Parameters

value - System.String

The value that configures the width.

Type(Kendo.Mvc.UI.AppBarItemType)

Defines the type of item

Parameters

value - AppBarItemType

The value that configures the type.

In this article
Not finding the help you need?