Class
SpreadsheetColorPickerTool

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 SpreadsheetColorPickerTool : SpreadsheetInputTool

Inheritance: objectSpreadsheetToolSpreadsheetCommandToolSpreadsheetInputToolSpreadsheetColorPickerTool

Derived Classes: SpreadsheetBackgroundColorToolSpreadsheetTextColorTool

Constructors

SpreadsheetColorPickerTool()

Declaration

cs-api-definition
protected SpreadsheetColorPickerTool()

Properties

Colors

Specifies the predefined set of colors for the colorpicker.

Declaration

cs-api-definition
public IEnumerable<string> Colors { get; set; }

Property Value

IEnumerable<string>

Icon

Specifies the icon rendered in the colorpicker. You can use either a predefined Telerik Icon or a custom one. Refer to Icons - Documentation for more information on how icons work.

Declaration

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

Property Value

object

ValueFormat

Specifies the format of the inline color style.

Declaration

cs-api-definition
public ColorFormat ValueFormat { get; set; }

Property Value

ColorFormat