ClassChatTextAreaSettings
Class
Defines the settings of the input text area used inside the Chat.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class ChatTextAreaSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseChatTextAreaSettings
Implements:
Inherited Members
Constructors
ChatTextAreaSettings()
Declaration
cs-api-definition
public ChatTextAreaSettings()
Properties
MaxTextAreaHeight
Maximum height of the text area in the prompt box. Default value is 100px.
Declaration
cs-api-definition
[Parameter]
public string MaxTextAreaHeight { get; set; }
Property Value
Mode
Specifies the mode of the prompt box.
Declaration
cs-api-definition
[Parameter]
public PromptBoxMode Mode { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose(bool)
Declaration
cs-api-definition
protected virtual void Dispose(bool disposing)
Parameters
disposing
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
cs-api-definition
protected override void OnParametersSet()
Overrides