Skip to main content
All docs
V23.2

SankeyToolTipItem.ContentTemplate Property

Returns the tooltip’s content template.

Namespace: DevExpress.Xpf.Charts.Sankey

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public DataTemplate ContentTemplate { get; }

Property Value

Type Description
DataTemplate

The tooltip’s content template.

See Also