TcxCustomTabControl.MultiSelect Property
In This Article
Specifies whether multiple tabs can be selected at a time.
#Declaration
Delphi
property MultiSelect: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
This property is obsolete; use the control’s Properties.MultiSelect property instead.
See Also