Back to Devexpress

RecentTabItem.TabPanel Property

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

latest1.9 KB
Original Source

RecentTabItem.TabPanel Property

Provides access to a panel that stores the contents of this tab.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public RecentPanelBase TabPanel { get; set; }
vb
<DXCategory("Behavior")>
Public Property TabPanel As RecentPanelBase

Property Value

TypeDescription
RecentPanelBase

A RecentPanelBase object that stores the contents of this tab.

|

Remarks

Each RecentTabItem object has a corresponding panel, assigned to this tab’s TabPanel property. When end-users select tabs at runtime, these tab panels are automatically assigned to the control’s RecentItemControl.ContentPanel property, which allows users to view the content of this tab.

Tab panels can host all Recent Item Control elements except for other tabs.

See Also

Recent Item Control

RecentTabItem Class

RecentTabItem Members

DevExpress.XtraBars.Ribbon Namespace