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.v19.1.dll

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