Class AIPromptToolBarTemplateItem
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class AIPromptToolBarTemplateItem : AIPromptToolBarItemBase, IAIPromptToolBarItem, IDisposable
Constructors
AIPromptToolBarTemplateItem()
Declaration
public AIPromptToolBarTemplateItem()
Properties
ChildContent
Specifies the ChildContent of the item.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|