Class ListViewCommandButton
The class for the command button in a ListView.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ListViewCommandButton : CommandButtonBase, IDisposable
Constructors
ListViewCommandButton()
Declaration
public ListViewCommandButton()
Properties
OnClick
The click handler that will be executed when the button is clicked. For the built-in commands, consider using only the built-in listview events to handle the CRUD operations.
Declaration
public EventCallback<ListViewCommandEventArgs> OnClick { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<ListViewCommandEventArgs>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|