ClassSpreadsheetButtonTool
Class
An internal entity. Do not use it until made public.
Definition
Namespace:Telerik.Blazor.Components.Spreadsheet.ToolBar.ToolTypes
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class SpreadsheetButtonTool : SpreadsheetCommandTool
Inheritance: objectSpreadsheetToolSpreadsheetCommandToolSpreadsheetButtonTool
Derived Classes:
Constructors
SpreadsheetButtonTool()
Declaration
cs-api-definition
protected SpreadsheetButtonTool()
Properties
ChildContent
The text (or other content) of the button.
Declaration
cs-api-definition
public RenderFragment ChildContent { get; set; }
Property Value
Class
CSS class.
Enabled
Whether the button is enabled. True by default.
Icon
Specifies the icon rendered in the button. You can use either a predefined Telerik Icon or a custom one. Refer to Icons - Documentation for more information on how icons work.
OnClick
Fires when the button is clicked.
Declaration
cs-api-definition
public EventCallback<MouseEventArgs> OnClick { get; set; }
Property Value