New to Telerik UI for BlazorStart a free 30-day trial

Definition

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; }
C#
public override string Icon { get; }

Overrides: ColorPickerViewBase.Icon

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: ColorPickerViewBase.ViewType