Skip to main content
All docs
V24.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.v24.1.dll

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