Class CommandButtonBase
The base class for command buttons in other components such as the ListView and the Grid.
Inherited Members
Namespace: Telerik.Blazor.Components.Common
Assembly: Telerik.Blazor.dll
Syntax
public abstract class CommandButtonBase : ButtonBase, IDisposable
Constructors
CommandButtonBase()
Declaration
protected CommandButtonBase()
Properties
Command
The command name the button will invoke. Supports custom command names, as well as the built-in "Save", "Edit", "Cancel", "Add" and "Delete" commands.
Declaration
public string Command { get; set; }
Property Value
System.String
|