BackstageViewItemBase.Assign(BackstageViewItemBase) Method
In This Article
Copies settings from 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(
BackstageViewItemBase item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Backstage |
A Backstage |
See Also