ClassChatSuggestionsGroup
Class
Definition
Namespace:Telerik.Blazor.Components.Chat
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class ChatSuggestionsGroup : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentChatSuggestionsGroup
Implements:
Inherited Members
Constructors
ChatSuggestionsGroup()
Declaration
cs-api-definition
public ChatSuggestionsGroup()
Properties
LayoutMode
Declaration
cs-api-definition
[Parameter]
public ChatSuggestionsLayoutMode LayoutMode { get; set; }
Property Value
OnSuggestionSelect
Declaration
cs-api-definition
[Parameter]
public EventCallback<string> OnSuggestionSelect { get; set; }
Property Value
SuggestionTemplate
Declaration
cs-api-definition
[Parameter]
public RenderFragment<ChatSuggestionTemplateContext> SuggestionTemplate { get; set; }
Property Value
Suggestions
Declaration
cs-api-definition
[Parameter]
public IEnumerable<string> Suggestions { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides