Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Package: DevExpress.Wpf.TreeMap

    Declaration

    public DataTemplate ContentTemplate { get; set; }

    Property Value

    Type Description
    DataTemplate

    The title content template.

    See Also