RecentPanelBase.SetOwnerControl(RecentItemControl) Method
Explicitly sets the RecentItemControl that will own this RecentPanelBase.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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