Skip to main content

RecentItemControl.ContentPanel Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.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