Skip to main content
A newer version of this page is available. .

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

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