Class SpreadsheetToolSetItem
The tool set item.
Inheritance
System.Object
SpreadsheetToolSetItem
Namespace: Telerik.Blazor.Components.Spreadsheet
Assembly: Telerik.Blazor.dll
Syntax
public class SpreadsheetToolSetItem : Object
Constructors
SpreadsheetToolSetItem()
Declaration
public SpreadsheetToolSetItem()
Properties
Title
The title of the tool set item.
Declaration
public string Title { get; set; }
Property Value
System.String
|
Tools
The tools of the tool set item.
Declaration
public List<SpreadsheetTool> Tools { get; set; }
Property Value
System.Collections.Generic.List<SpreadsheetTool>
|