Gets or sets the DataTemplateSelector for selecting the template of a long ScheduleItem. 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 LongItemTemplateSelector { get; set; }
Visual Basic (Declaration)
Public Property LongItemTemplateSelector As DataTemplateSelector

See Also