RecentPanelBase.SetOwnerControl(RecentItemControl) Method
In This Article
Explicitly sets the RecentItemControl that will own this RecentPanelBase.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void SetOwnerControl(
RecentItemControl recentItemControl
)
#Parameters
Name | Type | Description |
---|---|---|
recent |
Recent |
The Recent |
#Remarks
To get the RecentItemControl that currently owns this panel, use the RecentPanelBase.RecentControl property instead.
See Also