Back to Devexpress

RecentPanelBase.Items Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recentpanelbase-caf7de92.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public RecentItemCollection Items { get; }
vb
<Browsable(False)>
Public ReadOnly Property Items As RecentItemCollection

Property Value

TypeDescription
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).

See Also

Recent Item Control

RecentPanelBase Class

RecentPanelBase Members

DevExpress.XtraBars.Ribbon Namespace