Class AIPromptToolBarButton
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class AIPromptToolBarButton : AIPromptToolBarItemBase, IAIPromptToolBarItem, IDisposable
Constructors
AIPromptToolBarButton()
Declaration
public AIPromptToolBarButton()
Properties
ChildContent
Specifies the ChildContent of the item.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Class
Specifies the CSS class of the item.
Declaration
public string Class { get; set; }
Property Value
System.String
|
FillMode
Specifies the fill mode of the button. Default value is Solid.
Declaration
public string FillMode { get; set; }
Property Value
System.String
|
Icon
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.
Declaration
public object Icon { get; set; }
Property Value
System.Object
|
OnClick
Specifies the ChildContent of the item.
Declaration
public EventCallback<MouseEventArgs> OnClick { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.Web.MouseEventArgs>
|
Rounded
Specifies the roundness of the button. Default value is Medium.
Declaration
public string Rounded { get; set; }
Property Value
System.String
|
ThemeColor
Specifies the theme color of the button. Default value is Base.
Declaration
public string ThemeColor { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|