The C1TabControl control is a container that that can hold a series of tab pages. Each tab page can store text, images, and controls. Each tab and tab page is represented by the C1TabItem class.
When you add the C1TabControl control to a project, it exists as nothing more than a container. But once the control is added to your project, you can easily add tabs to it in Design view, in XAML, or in code. The following image depicts a C1TabControl control with three tabs.
The following topics provide an overview of the C1TabControl control's elements and features.