Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxColorGallery.ColorPalette Property

Specifies the color palette displayed in the color gallery control.

#Declaration

Delphi
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