Skip to main content

RecentPanelBase.RecentControl Property

Gets the parent RecentItemControl that owns this RecentPanelBase.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
RecentItemControl

A RecentItemControl object that owns this RecentPanelBase.

See Also