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

SankeyToolTipItem.ContentTemplate Property

Returns the tooltip’s content template.

Namespace: DevExpress.Xpf.Charts.Sankey

Assembly: DevExpress.Xpf.Charts.v20.2.dll

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

Declaration

public DataTemplate ContentTemplate { get; }

Property Value

Type Description
DataTemplate

The tooltip’s content template.

See Also