Back to Devexpress

TreeMapControl.LeafContentTemplate Property

wpf-devexpress-dot-xpf-dot-treemap-dot-treemapcontrol-c5b6ae7c.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
[NonCategorized]
public DataTemplate LeafContentTemplate { get; set; }
vb
<NonCategorized>
Public Property LeafContentTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object specifying the template of the TreeMap leaf item.

|

See Also

TreeMapControl Class

TreeMapControl Members

DevExpress.Xpf.TreeMap Namespace