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.TabPanel Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Behavior")]
public RecentPanelBase TabPanel { get; set; }

#Property Value

Type Description
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