ClassChatFileAction
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class ChatFileAction : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseChatFileAction
Implements:
Inherited Members
Constructors
ChatFileAction()
Declaration
cs-api-definition
public ChatFileAction()
Properties
Disabled
Whether the action is enabled.
Icon
Specifies the icon rendered in the action item. 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. Used to identify the action. The predefined actions have specific names. The predefined names are:
- "Download" - used for the download action.
OnClick
The click handler of the action.
Declaration
cs-api-definition
[Parameter]
public EventCallback<ChatFileActionClickEventArgs> 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