Skip to main content

ContextItemCollection.Assign(ContextItemCollection) Method

Copies settings from the target ContextItemCollection to this ContextItemCollection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void Assign(
    ContextItemCollection src
)

Parameters

Name Type Description
src ContextItemCollection

A ContextItemCollection object whose settings are to be copied.

See Also