PaletteSettings
Interface
Configures the color palette that opens in the popup.
Definition
Package:@progress/kendo-angular-inputs
Properties
columns?
number
Specifies the number of columns that will be displayed.
palette?
string | string[]
Specifies the set of colors.
Provides a set of predefined palette presets (for example, office, basic, and apex)
and enables you to implement a custom color palette.
The supported values are:
- The name of the predefined palette preset (for example,
office,basic, andapex). - A string with comma-separated colors.
- A string array.