AppBarItemBuilder
Methods
ClassName(System.String)
Defines a set CSS classes for the item.
Parameters
value - System.String
The value for 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 for Template
TemplateId(System.String)
The template which renders as content for the appbar item. Valid only for the contentItem type
Parameters
templateId - System.String
The ID of the template element for Template
TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
The template which renders as content for the appbar item. Valid only for the contentItem type
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for Template
TemplateHandler(System.String)
The template which renders as content for the appbar item. Valid only for the contentItem type
Parameters
templateHandler - System.String
The handler that returs the template for 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 for Width
Type(Kendo.Mvc.UI.AppBarItemType)
Defines the type of positioning
Parameters
value - AppBarItemType
The value for Type