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

RecentSeparatorItem(RecentPanelBase) Constructor

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public RecentSeparatorItem(
    RecentPanelBase panel
)

Parameters

Name Type Description
panel RecentPanelBase

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

See Also