TdxColorGallery.ColorPalette Property
Specifies the color palette displayed in the color gallery control.
Declaration
property ColorPalette; default cpOffice;
Property Value
Type | Default |
---|---|
TdxColorPalette | cpOffice |
Remarks
Use this property in combination with the AutoSizeMode and/or 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. Refer to the TdxColorPalette type description to learn about available ColorPalette property values. Note that the ColumnCount property is applicable to the cpExtended and cpStandard palettes only.
The default value of the ColorPalette property is cpOffice.
See Also