Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class AIPromptToolBarButton : AIPromptToolBarItemBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseAIPromptToolBarItemBaseAIPromptToolBarButton
Implements:
Inherited Members
Constructors
C#
public AIPromptToolBarButton()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Properties
Specifies the ChildContent of the item.
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
Specifies the fill mode of the button. Default value is Solid.
C#
[Parameter]
public string FillMode { get; set; }
Specifies an icon rendered in the item. You can use either a predefined Telerik Icon or a custom one. Refer to Icons - Documentation for more information on how icons work.
C#
[Parameter]
public object Icon { get; set; }
Specifies the ChildContent of the item.
C#
[Parameter]
public EventCallback<MouseEventArgs> OnClick { get; set; }
Specifies the roundness of the button. Default value is Medium.
C#
[Parameter]
public string Rounded { get; set; }
Specifies the theme color of the button. Default value is Base.
C#
[Parameter]
public string ThemeColor { get; set; }