Back to Devexpress

TreeMapItemCollection Class

wpf-devexpress-dot-xpf-dot-treemap-4861cdd0.md

latest1.9 KB
Original Source

TreeMapItemCollection Class

Represents a collection of TreeMapItem objects.

Namespace : DevExpress.Xpf.TreeMap

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

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public class TreeMapItemCollection :
    FreezableCollection<TreeMapItem>,
    IOwnedElement
vb
Public Class TreeMapItemCollection
    Inherits FreezableCollection(Of TreeMapItem)
    Implements IOwnedElement

The following members return TreeMapItemCollection objects:

Remarks

This class is used in the TreeMapItemStorage.Items property.

Inheritance

Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<TreeMapItem> TreeMapItemCollection

See Also

TreeMapItemCollection Members

DevExpress.Xpf.TreeMap Namespace