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

RecentPanelBase.Items Property

Provides zero-based indexed access to all Recent Item Control elements hosted within this panel.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
public RecentItemCollection Items { get; }

#Property Value

Type Description
DevExpress.XtraBars.Ribbon.RecentItemCollection

A DevExpress.XtraBars.Ribbon.RecentItemCollection object that stores all Recent Item Control elements hosted within this panel.

#Remarks

Use the panel smart-tag to populate this panel’s Items collection at design time (see the figure below).

RecentControl - Stack Panel SmartTag

See Also