Back to Devexpress

SchedulerViewBase.ResourceHeaderContentTemplateSelector Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulerviewbase-c64b774f.md

latest1.8 KB
Original Source

SchedulerViewBase.ResourceHeaderContentTemplateSelector Property

Specifies the object that chooses a resource header template based on custom logic. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public DataTemplateSelector ResourceHeaderContentTemplateSelector { get; set; }
vb
Public Property ResourceHeaderContentTemplateSelector As DataTemplateSelector

Property Value

TypeDescription
DataTemplateSelector

A System.Windows.Controls.DataTemplateSelector descendant that chooses a template based on custom logic.

|

Remarks

A template that defines the presentation of resource headers is specified by the ResourceHeaderContentTemplate property. The binding source for the ResourceHeaderContentTemplate is DevExpress.Xpf.Scheduling.VisualData.ResourceHeaderViewModel.

See Also

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.Xpf.Scheduling Namespace