TcxCustomTabControl.Tabs Property
Returns the collection of tabs displayed by the control.
Declaration
property Tabs: TcxTabs read; write;
Property Value
Type |
---|
TcxTabs |
Remarks
This property is obsolete; use the control’s Properties.Tabs property instead.
See Also