ITreeMapLayoutItem Interface
The interface that provides properties required for tree map item arrangement in the parent group.
Namespace: DevExpress.Xpf.TreeMap
Assembly: DevExpress.Xpf.TreeMap.v24.1.dll
NuGet Package: DevExpress.Wpf.TreeMap
Declaration
Remarks
This interface introduces the ITreeMapLayoutItem.Weight property specifying the weight of the item value in the parent group value, and the ITreeMapLayoutItem.Layout property allowing you to configure the location of the item and its size.
See Also