Skip to main content
All docs
V25.1
  • ContextItemCollection.Assign(ContextItemCollection) Method

    Copies settings from the target ContextItemCollection to this ContextItemCollection.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.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