Skip to main content

TdxCustomColorGallery.ColorPalette Property

Specifies the color palette displayed in the color gallery control.

Declaration

property ColorPalette: TdxColorPalette read; write;

Property Value

Type
TdxColorPalette

Remarks

Use this property in combination with the ColumnCount property to entirely display the color gallery’s contents in various palette layouts. You can use a built-in or custom set of colors for creating the color palette. Note that the ColumnCount property is applicable to the cpExtended and cpStandard palettes only.

Refer to the TdxColorPalette type description to learn about available ColorPalette property values.

See Also