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

LegendTitle.ContentTemplate Property

Gets or sets a data template that defines how to display the legend title content.

Namespace: DevExpress.Xpf.TreeMap

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

NuGet Package: DevExpress.Wpf.TreeMap

Declaration

public DataTemplate ContentTemplate { get; set; }

Property Value

Type Description
DataTemplate

The title content template.

See Also