Skip to main content
A newer version of this page is available. .

RecentStackPanel Class

A simple RecentItemControl panel that arranges elements in a single column.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public class RecentStackPanel :
    RecentPanelBase

Remarks

Any RecentItemControl uses multiple RecentStackPanel objects to display its content.

  • One RecentStackPanel is assigned to the RecentItemControl.MainPanel property. This panel hosts the main Recent Item Control’s content, located on the control’s left.
  • Another RecentStackPanel object contains default Recent Item Control elements, displayed to the right of the main panel region. This panel is assigned to the RecentItemControl.DefaultContentPanel property. The default content panel is visible only if the main region has no selected tabs.
  • For each tab item added to the main region at design time, a corresponding RecentStackPanel object is created. These panels display the contents of their related tabs and overlap the default content panel. Tabs’ panels are assigned to the RecentItemControl.ContentPanel property.

See the Recent Item Control topic to learn more.

See Also