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

The item of the tool.

Definition

Namespace:Telerik.Blazor.Components.Spreadsheet.ToolBar.ToolTypes

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class SpreadsheetDropDownButtonToolItem

Inheritance: objectSpreadsheetDropDownButtonToolItem

Constructors

C#
public SpreadsheetDropDownButtonToolItem()

Properties

The icon of the item.

C#
public object Icon { get; set; }

The text the user will see in the .

C#
public string Text { get; set; }

The value passed to the command.

C#
public string Value { get; set; }