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

TcxTab.Color Property

Specifies the color of the tab.

#Declaration

Delphi
property Color: TColor read; write;

#Property Value

Type
TColor

#Remarks

Use this property to specify the color of the current tab. When the value of clDefault is assigned to this property, the actual color of the tab is determined by the painting style applied to a tab control.

Note

By setting the pcoUsePageColorForTab option using the Options property of a tab control you can explicitly specify that the color of tabs is the same as the color of their corresponding tab pages (provided that the ParentColor property of these tab pages is set to False).

The default value of the Color property is clDefault.

See Also