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

TdxCustomPanel.Color Property

Specifies the panel’s background color.

#Declaration

Delphi
property Color; default clDefault;

#Property Value

Type Default Description
TColor clDefault

The panel’s background color.

#Remarks

You can use the Frame.Color property to change the color of frame borders.

Note

If the Color property is set to clDefault, the background color is obtained from the parent control or active look & feel settings, depending on the ParentColor property value.

The Color property’s default value is clDefault.

See Also