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