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

RecentItemBase.RecentControl Property

Gets the parent RecentItemControl that owns this RecentItemBase.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public RecentItemControl RecentControl { get; }

Property Value

Type Description
RecentItemControl

A RecentItemControl object that owns this RecentItemBase.

Remarks

To obtain the panel that contains this RecentItemBase, use the RecentItemBase.OwnerPanel property instead.

See Also