Skip to main content
A newer version of this page is available. .

RecentTabItem Class

A tab element within the Recent Item Control.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

public class RecentTabItem :
    RecentTextGlyphItemBase

The following members accept/return RecentTabItem objects:

Remarks

RecentTabItems are selectable objects that display captions, icons and have related panels assigned to their RecentTabItem.TabPanel properties. Tabs can be hosted only within the control’s main region (a panel assigned to the RecentItemControl.MainPanel property). Whenever a tab is selected, its related panel is passed to the RecentItemControl.ContentPanel property. This allows end-users to view various content by selecting different tabs.

RecentItemControl - TabItems

The currently selected tab is stored in the RecentItemControl.SelectedTab property.

See the Recent Item Control topic to learn more about tabs and other elements provided by the RecentItemControl.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RecentTabItem class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also