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

RecentStackPanel Class

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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