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

TdxColorDialogColorPickerOptions.DefaultVisible Property

Specifies whether the color editor dialog initially displays the color picker.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

End-users can click the “Define Custom Colors >>” button to expand the color editor dialog and display the color picker next to the Basic Colors and Custom Colors panels. Set the DefaultVisible property to True to automatically expand the color editor dialog when it is invoked (as if the button was pressed).

The default value of the DefaultVisible property is False.

See Also