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

TdxCustomColorEditProperties.DefaultColor Property

Specifies the default color of the color editor displayed when no color is selected.

#Declaration

Delphi
property DefaultColor: TColor read; write;

#Property Value

Type
TColor

#Remarks

This property specifies the ColorValue property value when no color has been selected (the EditValue property of the control returns nil).

The default value of the DefaultColor property is clWindow.

See Also