Skip to main content

TcxCustomTabControlProperties.MultiSelect Property

Specifies whether multiple tabs can be selected at a time.

Declaration

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