RecentSeparatorItem(RecentPanelBase) Constructor
Initializes a new instance of the RecentSeparatorItem class with the specified settings.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public RecentSeparatorItem(
RecentPanelBase panel
)
Public Sub New(
panel As RecentPanelBase
)
Parameters
Name | Type | Description |
---|---|---|
panel | RecentPanelBase | A RecentPanelBase object that is the panel that owns this RecentSeparatorItem. |
See Also
Feedback