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

RecentPanelBase.RecentControl Property

Gets the parent RecentItemControl that owns this RecentPanelBase.

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 RecentPanelBase.

See Also