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

TcxCustomColorComboBoxProperties.ColorDialogShowFull Property

Specifies if the color editor dialog used to select custom colors is displayed fully expanded.

#Declaration

Delphi
property ColorDialogShowFull: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True to automatically expand the color editor dialog to display its custom color options when invoked. Otherwise, an end-user must click the “Define Custom Colors >>” button to access these options.

The ColorDialogShowFull property is in effect for the standard and advanced color editor dialogs by default. You may add support for this property to your custom color editor dialogs, if required.

The default value of the ColorDialogShowFull property is False.

See Also