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

TcxCustomTabControlProperties.CloseButtonMode Property

Specifies the Close button visibility in tabs.

#Declaration

Delphi
property CloseButtonMode: TcxPCButtonMode read; write; default cbmNone;

#Property Value

Type Default
TcxPCButtonMode cbmNone

#Remarks

While the Options‘s pcoCloseButton setting specifies the Close button’s visibility in the navigator bar, the CloseButtonMode property provides the Close button’s display options for tabs. Refer to the TcxPCButtonMode type descriptions to learn about available options.

You can use the AllowCloseButton property of a tab or page, to control the visibility of the Close button within individual tabs.

The default value of the CloseButtonMode property is cbmNone.

See Also