Skip to main content

RecentPanelBase Class

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public abstract class RecentPanelBase :
    Component,
    IKeyboardSelectionClient

Remarks

Refer to the Recent Item Control topic for the details.

See Also