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.v24.2.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