title | page_title | description | slug | tags | published | position | CTAControlName |
---|---|---|---|---|---|---|---|
Overview |
Overview |
This article lists the main features of the RadTabbedWindow control. |
radtabbedwindow-overview |
overview |
true |
0 |
RadTabbedWindow |
The RadTabbedWindow enables you to create browser-like interface which hosts its tabs in the title bar. The control also allows you to pin the tabs or reorder them via drag drop. Last but not least, RadTabbedWindow's functionality and appearance can be easily customized through its rich API.
{% if site.has_cta_panels == true %} {% include cta-panel-overview.html %} {% endif %}
{% figure 1, "RadTabbedWindow in the Office2016 theme", "tabbedwindow-overview.png" %}
-
Pin and Unpin Tabs: You can pin the tabs of the control to the left and unpin them using the respective pin/unpin button.
-
DragDrop Support: Users can reorder tabs in a single window, drag out tabs to create new windows, or drag drop tabs from one window to another.
-
Add New Tabs: New tabs can be added to the window via the "+" button or in code-behind.
-
Data Binding: You can bind the control's ItemsSource to any collection of objects and display the required information using the various templates it exposes.
-
Templates and Template Selectors: The control allows for advanced modifications of the look and feel of its items.
-
Styling and Appearance: RadTabbedWindow comes with a variety of themes and properties that allow you to enhance the control's appearance.
-
Rich API: The control's rich API enables you to easily customize its functionality.
-
Touch Support: The RadTabbedWindow control also provides out-of-the-box touch support.
tip Get started with the control with its [Getting Started]({%slug radtabbedwindow-getting-started%}) help article that shows how to use it in a basic scenario.
Don't forget to also check out the online demos of the control at demos.telerik.com.
{% if site.site_name == 'WPF' %}
- Telerik UI for WPF TabbedWindow Homepage
- [Get Started with the Telerik UI for WPF TabbedWindow]({%slug radtabbedwindow-getting-started%})
- Telerik UI for WPF API Reference
- [Getting Started with Telerik UI for WPF Components]({%slug getting-started-first-steps%})
- Telerik UI for WPF Virtual Classroom (Training Courses for Registered Users)
- Telerik UI for WPF TabbedWindow Forums
- Telerik UI for WPF Knowledge Base {% endif %}
- [Getting Started]({%slug radtabbedwindow-getting-started%})
- [Key Properties]({%slug radtabbedwindow-key-properties%})
- [Events]({%slug radtabbedwindow-events%})
- [Styles and Templates]({%slug radtabbedwindow-styles-and-templates%})