Class CommandButtonBase
The base class for command buttons in other components such as the ListView and the Grid.
Inheritance
System.Object
Telerik.Blazor.Components.Common.BaseComponent
CommandButtonBase
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
|
Primary
Whether the button is primary (has stronger colors).
Declaration
public bool Primary { get; set; }
Property Value
System.Boolean
|