Skip to main content
A newer version of this page is available. .

RecentPanelBase Class

A base class for the RecentItemControl‘s panels (e.g., the RecentStackPanel objects).

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[SmartTagSupport(typeof(RecentControlPanelDesignTimeBoundsProvider), SmartTagSupportAttribute.SmartTagCreationMode.Auto)]
[SmartTagAction(typeof(RecentControlPanelDesignTimeActionsProvider), "AddLabelItem", "Add LabelItem")]
[SmartTagAction(typeof(RecentControlPanelDesignTimeActionsProvider), "AddButtonItem", "Add ButtonItem")]
[SmartTagAction(typeof(RecentControlPanelDesignTimeActionsProvider), "AddSeparatorItem", "Add SeparatorItem")]
[SmartTagAction(typeof(RecentControlPanelDesignTimeActionsProvider), "AddRecentItem", "Add PinItem")]
[SmartTagAction(typeof(RecentControlPanelDesignTimeActionsProvider), "AddTabItem", "Add TabItem")]
[SmartTagAction(typeof(RecentControlPanelDesignTimeActionsProvider), "AddContainerItem", "Add ContainerItem")]
[SmartTagAction(typeof(RecentControlPanelDesignTimeActionsProvider), "AddHyperLinkItem", "Add HyperLinkItem")]
public abstract class RecentPanelBase :
    Component

Remarks

Refer to the Recent Item Control topic for the details.

See Also