ContextItemCollection.Assign(ContextItemCollection) Method
Copies settings from the target ContextItemCollection to this ContextItemCollection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
src | ContextItemCollection | A ContextItemCollection object whose settings are to be copied. |
See Also