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

RecentItemControl.ContentPanel Property

Returns the panel currently displayed within this RecentItemControl‘s right region.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Behavior")]
[Browsable(false)]
public RecentPanelBase ContentPanel { get; }

#Property Value

Type Description
RecentPanelBase

A RecentPanelBase object that is the panel currently displayed within this RecentItemControl‘s right region.

#Remarks

The RecentItemControl automatically switches its ContentPanel property value depending on which tab is currently selected within the control’s main region (see the figure below). If no tabs are selected, the ContentPanel property equals null and at the control’s right, end-users see the panel assigned to the RecentItemControl.DefaultContentPanel property instead. See the Recent Item Control topic to learn more about RecentItemControl regions.

RecentControl - Main and Content Regions

See Also