Gets or sets the DataTemplateSelector for selecting the template for a ScheduleItem in day or week view. If this property is set to null, then the default schedule item template will be used.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public DataTemplateSelector ScheduleItemTemplateSelector { get; set; }
Visual Basic (Declaration)
Public Property ScheduleItemTemplateSelector As DataTemplateSelector

See Also