ClassAIPromptToolBarTemplateItem
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class AIPromptToolBarTemplateItem : AIPromptToolBarItemBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseAIPromptToolBarItemBaseAIPromptToolBarTemplateItem
Implements:
Inherited Members
Constructors
AIPromptToolBarTemplateItem()
Declaration
cs-api-definition
public AIPromptToolBarTemplateItem()
Properties
ChildContent
Specifies the ChildContent of the item.
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides