Back to Devexpress

TitleBase.ContentTemplate Property

wpf-devexpress-dot-xpf-dot-charts-dot-titlebase-d23267a1.md

latest1.3 KB
Original Source

TitleBase.ContentTemplate Property

Gets or sets the template that defines the presentation of the title’s content, represented by the TitleBase.Content property. This is a dependency property.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public DataTemplate ContentTemplate { get; set; }
vb
Public Property ContentTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object, representing the template which defines the presentation of the title’s content.

|

See Also

Content

TitleBase Class

TitleBase Members

DevExpress.Xpf.Charts Namespace