ClassSpreadsheetColorPickerTool
Class
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:
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
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.
ValueFormat
Specifies the format of the inline color style.
Declaration
cs-api-definition
public ColorFormat ValueFormat { get; set; }
Property Value