Class
SpreadsheetDropDownButtonTool

An internal entity. Do not use it until made public.

Definition

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

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public abstract class SpreadsheetDropDownButtonTool : SpreadsheetInputTool

Inheritance: objectSpreadsheetToolSpreadsheetCommandToolSpreadsheetInputToolSpreadsheetDropDownButtonTool

Derived Classes: SpreadsheetHorizontalAlignToolSpreadsheetMergeCellsToolSpreadsheetNumberFormatToolSpreadsheetVerticalAlignTool

Constructors

SpreadsheetDropDownButtonTool()

Declaration

cs-api-definition
protected SpreadsheetDropDownButtonTool()

Properties

Data

The data source for the component.

Declaration

cs-api-definition
public List<SpreadsheetDropDownButtonToolItem> Data { get; set; }

Property Value

List<SpreadsheetDropDownButtonToolItem>

Icon

The icon of the tool.

Declaration

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

Property Value

object

PopupHeight

Height of the component.

Declaration

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

Property Value

string

PopupWidth

Width of the component.

Declaration

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

Property Value

string