AIPromptToolbarItemBuilder
Methods
Icon(System.String)
The icon name of the toolbar item.
Parameters
value - System.String
The value for Icon
Click(System.String)
The click event handler of the toolbar item.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
Click(System.Func)
The click event handler of the toolbar item.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
ThemeColor(Kendo.Mvc.UI.ThemeColor)
Sets the color according to the applied theme.
Parameters
value - ThemeColor
The value for ThemeColor
Type(Kendo.Mvc.UI.ItemType)
Defines the type of the item.
Parameters
value - ItemType
The value for Type
FillMode(Kendo.Mvc.UI.ButtonFillMode)
Sets a value controlling how the color is applied.
Parameters
value - ButtonFillMode
The value for FillMode
Rounded(Kendo.Mvc.UI.Rounded)
Sets a value controlling the border radius.
Parameters
value - Rounded
The value for Rounded