New to Telerik UI for BlazorStart a free 30-day trial

The tool set item.

Definition

Namespace:Telerik.Blazor.Components.Spreadsheet

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class SpreadsheetToolSetItem

Inheritance: objectSpreadsheetToolSetItem

Constructors

C#
public SpreadsheetToolSetItem()

Properties

The title of the tool set item.

C#
public string Title { get; set; }

The tools of the tool set item.

C#
public List<SpreadsheetTool> Tools { get; set; }