TreeMapControl.LeafContentTemplate Property
Gets or sets the template that defines the content of the TreeMap leaf item.
Namespace: DevExpress.Xpf.TreeMap
Assembly: DevExpress.Xpf.TreeMap.v24.1.dll
NuGet Package: DevExpress.Wpf.TreeMap
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | A DataTemplate object specifying the template of the TreeMap leaf item. |
See Also