ClassColorPickerPaletteViewBase
Class
Definition
Namespace:Telerik.Blazor.Components.Common
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class ColorPickerPaletteViewBase : ColorPickerViewBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseColorPickerViewBaseColorPickerPaletteViewBase
Derived Classes:
Implements:
Inherited Members
Constructors
ColorPickerPaletteViewBase()
Declaration
cs-api-definition
public ColorPickerPaletteViewBase()
Properties
Colors
Defines the set of colors. Default one is Office.
Declaration
cs-api-definition
[Parameter]
public IEnumerable<string> Colors { get; set; }
Property Value
Columns
Defines the number of columns that will be displayed. Default is 10
.
TileHeight
Defines the height of the color cell. Default value is 24px.
Declaration
cs-api-definition
[Parameter]
public string TileHeight { get; set; }
Property Value
TileWidth
Defines the width of the color cell. Default value is 24px.
Declaration
cs-api-definition
[Parameter]
public string TileWidth { get; set; }
Property Value
ViewType
Declaration
cs-api-definition
public override ColorPickerView ViewType { get; }
Property Value
Overrides