Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RecentTabItem Class

A tab element within the Recent Item Control.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class RecentTabItem :
    RecentTextGlyphItemBase

The following members 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.

See Also