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

Specifies whether multiple tabs can be selected at a time.

#Declaration

Delphi
property MultiSelect: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

The TcxTabControl control allows you to select multiple tabs at a time. Set its MultiSelect property to True for this purpose. If it is done, a user can select multiple tabs by clicking them when the CTRL key is pressed. If the MultiSelect property is False, selecting a tab deselects the previously selected tab.

Note

The MultiSelect property is in effect only when the Buttons or Flat Buttons painting style is applied to a control. Otherwise, a user cannot select multiple pages simultaneously.

The default value of the MultiSelect property is False.

See Also