Skip to main content

RecentItemBase.SetPanel(RecentPanelBase) Method

Explicitly sets the RecentPanelBase object that will own this RecentItemBase.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void SetPanel(
    RecentPanelBase panel
)

Parameters

Name Type Description
panel RecentPanelBase

The RecentPanelBase object that will own this RecentItemBase.

Remarks

To get the RecentPanelBase that currently owns this item, use the RecentItemBase.OwnerPanel property instead.

See Also