Skip to main content

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

NuGet Package: 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