ClassChatSendMessageButtonSettings
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class ChatSendMessageButtonSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseChatSendMessageButtonSettings
Implements:
Inherited Members
Constructors
ChatSendMessageButtonSettings()
Declaration
cs-api-definition
public ChatSendMessageButtonSettings()
Properties
Enabled
Specifies whether the button is enabled or not.
FillMode
Specifies the fill mode of the button.
Declaration
cs-api-definition
[Parameter]
public string FillMode { get; set; }
Property Value
Icon
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.
Rounded
Specifies the roundness of the button.
Size
Specifies the size of the button.
ThemeColor
Specifies the theme color of the button.
Declaration
cs-api-definition
[Parameter]
public string ThemeColor { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides