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

    Copies settings from the target ContextItemCollection to this ContextItemCollection.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

    public void Assign(
        ContextItemCollection src
    )

    Parameters

    Name Type Description
    src ContextItemCollection

    A ContextItemCollection object whose settings are to be copied.

    See Also