Skip to main content

RecentItemBase.OwnerPanel Property

Returns the panel that owns this RecentItemBase.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.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