RecentItemBase.OwnerPanel Property
In This Article
Returns the panel that owns this RecentItemBase.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public RecentPanelBase OwnerPanel { get; }
#Property Value
Type | Description |
---|---|
Recent |
A Recent |
#Remarks
To populate a RecentPanelBase object with items, use the panel smart-tag at design time (see below) or modify the RecentPanelBase.Items collection in code.
Refer to the Recent Item Control topic for more info.
See Also