Skip to main content

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.v23.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