Skip to main content

RecentPanelBase.SetOwnerControl(RecentItemControl) Method

Explicitly sets the RecentItemControl that will own this RecentPanelBase.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void SetOwnerControl(
    RecentItemControl recentItemControl
)

Parameters

Name Type Description
recentItemControl RecentItemControl

The RecentItemControl that will own this RecentPanelBase.

Remarks

To get the RecentItemControl that currently owns this panel, use the RecentPanelBase.RecentControl property instead.

See Also