RibbonPageGroup.Assign(RibbonPageGroup) Method
In This Article
Copies settings of the specified object to the current object.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual void Assign(
RibbonPageGroup group
)
#Parameters
Name | Type | Description |
---|---|---|
group | Ribbon |
A Ribbon |
See Also