Skip to main content
All docs
V20.1

TreeMapItem.ActualTemplate Property

Gets or sets the actual template of the current tree map item.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v20.1.dll

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

Declaration

[Browsable(false)]
public DataTemplate ActualTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object representing the template used to represent the tree map item.

See Also