Skip to main content

RecentSeparatorItem(RecentPanelBase) Constructor

Initializes a new instance of the RecentSeparatorItem class with the specified settings.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RecentSeparatorItem(
    RecentPanelBase panel
)

Parameters

Name Type Description
panel RecentPanelBase

A RecentPanelBase object that is the panel that owns this RecentSeparatorItem.

See Also