Back to Devexpress

SchedulerViewBase.ResourceHeaderContentTemplate Property

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

latest1.7 KB
Original Source

SchedulerViewBase.ResourceHeaderContentTemplate Property

Specifies the template that defines the presentation of resource headers. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
DataTemplate

A System.Windows.DataTemplate object that defines the presentation of resource headers.

|

Remarks

Use the ResourceHeaderContentTemplateSelector to choose the resource header template based on custom logic.

The binding source for the ResourceHeaderContentTemplate is DevExpress.Xpf.Scheduling.VisualData.ResourceHeaderViewModel.

See Also

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.Xpf.Scheduling Namespace