RecentItemBase.OwnerPanel Property
Returns the panel that owns this RecentItemBase.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[Browsable(false)]
public RecentPanelBase OwnerPanel { get; }
<Browsable(False)>
Public ReadOnly Property OwnerPanel As RecentPanelBase
Property Value
Type | Description |
---|---|
RecentPanelBase | A RecentPanelBase object that owns this RecentItemBase. |
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
Feedback