Gets or sets the StyleSelector for selecting the style of a long ScheduleItem. If this property is set to null, then the default schedule item style 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 StyleSelector LongItemStyleSelector { get; set; }
Visual Basic (Declaration)
Public Property LongItemStyleSelector As StyleSelector

See Also