LegendTitle.ContentTemplate Property
In This Article
Gets or sets a data template that defines how to display the legend title content.
Namespace: DevExpress.Xpf.TreeMap
Assembly: DevExpress.Xpf.TreeMap.v24.2.dll
NuGet Package: DevExpress.Wpf.TreeMap
#Declaration
public DataTemplate ContentTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
The title content template. |
See Also