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

RecentPanelBase.SetOwnerControl(RecentItemControl) Method

Explicitly sets the RecentItemControl that will own this RecentPanelBase.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

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