Back to Devexpress

RecentTabItem Class

windowsforms-devexpress-dot-xtrabars-dot-ribbon-e5c8f7aa.md

latest2.9 KB
Original Source

RecentTabItem Class

A tab element within the Recent Item Control.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class RecentTabItem :
    RecentTextGlyphItemBase
vb
Public Class RecentTabItem
    Inherits RecentTextGlyphItemBase

The following members return RecentTabItem objects:

Remarks

RecentTabItem s 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.

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.

Inheritance

Object MarshalByRefObject Component RecentItemBase RecentTextGlyphItemBase RecentTabItem

See Also

RecentTabItem Members

Recent Item Control

DevExpress.XtraBars.Ribbon Namespace