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.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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).
See Also