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

    Assigns the specified object’s property values to the current object’s corresponding properties.

    Namespace: DevExpress.XtraTreeMap

    Assembly: DevExpress.XtraTreeMap.v25.1.dll

    NuGet Package: DevExpress.TreeMap

    Declaration

    public void Assign(
        LegendCollection collection
    )

    Parameters

    Name Type Description
    collection LegendCollection

    The object whose property values to assign to the current object’s corresponding properties.

    See Also