Back to Devexpress

RecentStackPanel Class

windowsforms-devexpress-dot-xtrabars-dot-ribbon-c816b670.md

latest2.6 KB
Original Source

RecentStackPanel Class

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class RecentStackPanel :
    RecentPanelBase
vb
Public Class RecentStackPanel
    Inherits 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.

Inheritance

Object MarshalByRefObject Component RecentPanelBase RecentStackPanel

See Also

RecentStackPanel Members

Recent Item Control

DevExpress.XtraBars.Ribbon Namespace