AppBarItemBuilder
Methods
ClassName(System.String)
Defines a set CSS classes for the item.
Parameters
value - System.String
The value for ClassName
RETURNS
Returns the current AppBarItemBuilder instance.
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
RETURNS
Returns the current AppBarItemBuilder instance.
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
RETURNS
Returns the current AppBarItemBuilder instance.
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
RETURNS
Returns the current AppBarItemBuilder instance.
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
RETURNS
Returns the current AppBarItemBuilder instance.
Template(Kendo.Mvc.UI.Fluent.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.
RETURNS
Returns the current AppBarItemBuilder instance.
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
RETURNS
Returns the current AppBarItemBuilder instance.
Type(Kendo.Mvc.UI.AppBarItemType)
Defines the type of positioning
Parameters
value - AppBarItemType
The value for Type
RETURNS
Returns the current AppBarItemBuilder instance.