Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

[NonCategorized]
public DataTemplate LeafContentTemplate { get; set; }

Property Value

Type Description
DataTemplate

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

See Also