Class SpreadsheetToolSet
The tool set of the component.
Inheritance
System.Object
SpreadsheetToolSet
Namespace: Telerik.Blazor.Components.Spreadsheet
Assembly: Telerik.Blazor.dll
Syntax
public class SpreadsheetToolSet : Object
Constructors
SpreadsheetToolSet()
Declaration
public SpreadsheetToolSet()
Properties
Items
The items of the tool set.
Declaration
public List<SpreadsheetToolSetItem> Items { get; set; }
Property Value
System.Collections.Generic.List<SpreadsheetToolSetItem>
|