RecentItemBase.OwnerPanel Property
Returns the panel that owns this RecentItemBase.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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