Skip to main content

TreeMapItemCollection Class

Represents a collection of TreeMapItem objects.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v23.2.dll

NuGet Package: DevExpress.Wpf.TreeMap

Declaration

public class TreeMapItemCollection :
    FreezableCollection<TreeMapItem>,
    IOwnedElement

The following members return TreeMapItemCollection objects:

Remarks

This class is used in the TreeMapItemStorage.Items property.

See Also