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

ToolTipInfo.ContentTemplate Property

Gets the template that defines the presentation of the data content of the tooltip for an ToolTipInfo.Item.

Namespace: DevExpress.Xpf.TreeMap

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

Declaration

public DataTemplate ContentTemplate { get; }

Property Value

Type Description
DataTemplate

A DataTemplate object specifying data content template.

See Also