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

RibbonPageGroup.Assign(RibbonPageGroup) Method

Copies settings of the specified object to the current object.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public virtual void Assign(
    RibbonPageGroup group
)

Parameters

Name Type Description
group RibbonPageGroup

A RibbonPageGroup object whose settings are copied to the current object.

See Also