Class
SpreadsheetDropDownButtonToolItem

The item of the tool.

Definition

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

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SpreadsheetDropDownButtonToolItem

Inheritance: objectSpreadsheetDropDownButtonToolItem

Constructors

SpreadsheetDropDownButtonToolItem()

Declaration

cs-api-definition
public SpreadsheetDropDownButtonToolItem()

Properties

Icon

The icon of the item.

Declaration

cs-api-definition
public object Icon { get; set; }

Property Value

object

Text

The text the user will see in the .

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

Value

The value passed to the command.

Declaration

cs-api-definition
public string Value { get; set; }

Property Value

string