Kendo.Mvc.UI.Fluent.AppBarItemBuilder
Defines the fluent API for configuring the AppBarItem settings.
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.
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 Kendo.Mvc.UI.AppBarItemType
The value that configures the type.