AppBarTagHelper
Example
Razor
<kendo-appbar>
<items></items>
</kendo-appbar>
ChildTags
Tag Name | Details |
---|---|
items | AppBarItemsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
name | String | Sets the name of the component. |
on-resize | String | Fired when the window is resized. |
position | AppBarPosition | Defines where in the page the AppBar will be positioned |
position-mode | AppBarPositionMode | Defines the type of positioning |
script-attributes | IDictionary<String,Object> | |
theme-color | AppBarThemeColor | Specifies the color of the component |
is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
as-module | Boolean | |
has-client-component | Boolean | |
sanitize-id | Boolean |