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

TdxCustomColorGallery.ColorPalette Property

Specifies the color palette displayed in the color gallery control.

#Declaration

Delphi
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