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.AutoSizeMode Property

Specifies the color gallery’s auto-size mode.

#Declaration

Delphi
property AutoSizeMode; default asAutoSize;

#Property Value

Type Default
TdxAutoSizeMode asAutoSize

#Remarks

Use this property in combination with the ColorPalette and/or ColumnCount property to automatically keep the minimum size required to entirely display the color gallery’s contents in various palette layouts.

Refer to the TdxAutoSizeMode type description to learn about available AutoSizeMode property values.

The default value of the AutoSizeMode property is asAutoSize.

See Also