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.NewButtonMode Property

Specifies the New tab button‘s display options.

#Declaration

Delphi
property NewButtonMode: TcxPCNewButtonMode read; write; default nbmNone;

#Property Value

Type Default
TcxPCNewButtonMode nbmNone

#Remarks

New tab button display options include:

Value Meaning
nbmNone The new tab button is hidden.
nbmTab The new tab button is displayed as a tab header that resides next to the last tab.

The default value of the NewButtonMode property is nbmNone.

See Also