ClassChatMessageToolbarAction
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class ChatMessageToolbarAction : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseChatMessageToolbarAction
Implements:
Inherited Members
Constructors
ChatMessageToolbarAction()
Declaration
cs-api-definition
public ChatMessageToolbarAction()
Properties
Disabled
Defines whether the action should be disabled.
Icon
Specifies an icon rendered in the action. You can use either a predefined Telerik Icon or a custom one. Refer to Icons - Documentation for more information on how icons work.
Id
Defines the ID of the Action. If not set, a new Guid will be generated.
Name
Defines the name of the Action.
OnClick
Defines a click handler of the Action.
Declaration
cs-api-definition
[Parameter]
public EventCallback<ChatMessageActionClickEventArgs> OnClick { 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