Skip to main content
All docs
V23.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.v23.2.dll

NuGet Package: DevExpress.Wpf.TreeMap

Declaration

public DataTemplate ContentTemplate { get; set; }

Property Value

Type Description
DataTemplate

The title content template.

See Also