Skip to main content

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

NuGet Package: DevExpress.Wpf.TreeMap

Declaration

public DataTemplate ContentTemplate { get; }

Property Value

Type Description
DataTemplate

A DataTemplate object specifying data content template.

See Also