Class
ChatMessageContextMenuAction

Definition

Constructors

ChatMessageContextMenuAction()

Declaration

cs-api-definition
public ChatMessageContextMenuAction()

Properties

Disabled

Defines whether the action should be disabled.

Declaration

cs-api-definition
[Parameter]
public bool Disabled { get; set; }

Property Value

bool

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.

Declaration

cs-api-definition
[Parameter]
public object Icon { get; set; }

Property Value

object

Id

Defines the ID of the Action. If not set, a new Guid will be generated.

Declaration

cs-api-definition
[Parameter]
public string Id { get; set; }

Property Value

string

Name

Defines the name of the Action.

Declaration

cs-api-definition
[Parameter]
public string Name { get; set; }

Property Value

string

OnClick

Defines a click handler of the Action.

Declaration

cs-api-definition
[Parameter]
public EventCallback<ChatMessageActionClickEventArgs> OnClick { get; set; }

Property Value

EventCallback<ChatMessageActionClickEventArgs>

Text

Defines the text of the Action.

Declaration

cs-api-definition
[Parameter]
public string Text { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

Dispose()

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides ComponentBase.OnInitialized()