Defines the settings of the Chat Send Message Button.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class ChatSendMessageButtonSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseChatSendMessageButtonSettings
Implements:
Inherited Members
Constructors
C#
public ChatSendMessageButtonSettings()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
Properties
Sets the class of the send message button.
C#
[Parameter]
public string Class { get; set; }
Specifies whether the button is enabled or not.
C#
[Parameter]
public bool? Enabled { get; set; }
Specifies the fill mode of the button.
C#
[Parameter]
public string FillMode { get; set; }
Specifies the icon rendered in the button. You can use either a predefined Telerik Icon or a custom one. Refer to Icons - Documentation for more information on how icons work.
C#
[Parameter]
public object Icon { get; set; }
Specifies the roundness of the button. Default value is Full.
C#
[Parameter]
public string Rounded { get; set; }
Specifies the size of the button. Default value is Small.
C#
[Parameter]
public string Size { get; set; }
Specifies the theme color of the button.
C#
[Parameter]
public string ThemeColor { get; set; }