ClassAIPromptToolBarButton
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class AIPromptToolBarButton : AIPromptToolBarItemBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseAIPromptToolBarItemBaseAIPromptToolBarButton
Implements:
Inherited Members
Constructors
AIPromptToolBarButton()
Declaration
cs-api-definition
public AIPromptToolBarButton()
Properties
ChildContent
Specifies the ChildContent of the item.
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Class
Specifies the CSS class of the item.
FillMode
Specifies the fill mode of the button. Default value is Solid.
Declaration
cs-api-definition
[Parameter]
public string FillMode { get; set; }
Property Value
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.
OnClick
Specifies the ChildContent of the item.
Declaration
cs-api-definition
[Parameter]
public EventCallback<MouseEventArgs> OnClick { get; set; }
Property Value
ThemeColor
Specifies the theme color of the button. Default value is Base.
Declaration
cs-api-definition
[Parameter]
public string ThemeColor { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides