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

RecentItemBase.OwnerPanel Property

Returns the panel that owns this RecentItemBase.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
public RecentPanelBase OwnerPanel { get; }

#Property Value

Type Description
RecentPanelBase

A RecentPanelBase object that owns this RecentItemBase.

#Remarks

To populate a RecentPanelBase object with items, use the panel smart-tag at design time (see below) or modify the RecentPanelBase.Items collection in code.

RecentControl - Stack Panel SmartTag

Refer to the Recent Item Control topic for more info.

See Also