RecentPanelBase.SetOwnerControl(RecentItemControl) Method
Explicitly sets the RecentItemControl that will own this RecentPanelBase.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public void SetOwnerControl(
RecentItemControl recentItemControl
)
Public Sub SetOwnerControl(
recentItemControl As 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
Feedback