RecentTabItem.TabPanel Property
Provides access to a panel that stores the contents of this tab.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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