dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-4766f0a7.md
Gets or sets an object that returns a template based on custom logic. This is a dependency property.
Namespace : DevExpress.DashboardWpf
Assembly : DevExpress.Dashboard.v25.2.Wpf.dll
NuGet Package : DevExpress.Wpf.Dashboard
public DataTemplateSelector TitleContentTemplateSelector { get; set; }
Public Property TitleContentTemplateSelector As DataTemplateSelector
| Type | Description |
|---|---|
| DataTemplateSelector |
An object that applies templates based on custom logic.’
|
Use the TitleContentTemplateSelector property to assign a template to the TitleContentTemplate property based on custom logic.
To accomplish this, take the following steps:
The style specified by the TitleContentTemplateSelector property has priority over the style specified by the TitleContentTemplate property. If the TitleContentTemplateSelector property is null , the TitleContentTemplate property is in effect.
See Also