Class
SpreadsheetDialogTool

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 SpreadsheetDialogTool : SpreadsheetCommandTool

Inheritance: objectSpreadsheetToolSpreadsheetCommandToolSpreadsheetDialogTool

Derived Classes: SpreadsheetInsertImageToolSpreadsheetInsertLinkTool

Constructors

SpreadsheetDialogTool()

Declaration

cs-api-definition
protected SpreadsheetDialogTool()

Properties

ChildContent

The text (or other content) of the button.

Declaration

cs-api-definition
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

Class

CSS class.

Declaration

cs-api-definition
public string Class { get; set; }

Property Value

string

Enabled

Whether the button is enabled. True by default.

Declaration

cs-api-definition
public bool Enabled { get; set; }

Property Value

bool

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.

Declaration

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

Property Value

object

OnClick

Fires when the button is clicked.

Declaration

cs-api-definition
public EventCallback<MouseEventArgs> OnClick { get; set; }

Property Value

EventCallback<MouseEventArgs>