AIPromptToolbarItemBuilder
Methods
Icon(System.String)
The icon name of the toolbar item.
Parameters
value - System.String
The value that configures the icon.
Click(System.Func)
The click event handler of the toolbar item.
Parameters
handler - System.Func<Object,Object>
The value that configures the click action.
Click(System.String)
The click event handler of the toolbar item.
Parameters
handler - System.String
The value that configures the click action.
ThemeColor(Kendo.Mvc.UI.ThemeColor)
Sets the color according to the applied theme.
Parameters
value - ThemeColor
The value that configures the themecolor.
Type(Kendo.Mvc.UI.ItemType)
Defines the type of the item.
Parameters
value - ItemType
The value that configures the type.
FillMode(Kendo.Mvc.UI.ButtonFillMode)
Sets a value controlling how the color is applied.
Parameters
value - ButtonFillMode
The value that configures the fillmode.
Rounded(Kendo.Mvc.UI.Rounded)
Sets a value controlling the border radius.
Parameters
value - Rounded
The value that configures the rounded.