Skip to main content
A newer version of this page is available.
All docs
V18.2

TreeMapItem.ActualTemplate Property

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

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v18.2.dll

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