RecentItemControl.ContentPanel Property
Returns the panel currently displayed within this RecentItemControl‘s right region.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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.
See Also