Class SpreadsheetCustomTool
The class of the custom tool.
Namespace: Telerik.Blazor.Components.Spreadsheet
Assembly: Telerik.Blazor.dll
Syntax
public class SpreadsheetCustomTool : SpreadsheetTool
Constructors
SpreadsheetCustomTool()
Declaration
public SpreadsheetCustomTool()
Properties
Template
The template of the tool.
Declaration
public RenderFragment Template { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|