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

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public StyleSelector ScheduleItemStyleSelector { get; set; }
Visual Basic
Public Property ScheduleItemStyleSelector As StyleSelector
	Get
	Set
Visual C++
public:
property StyleSelector^ ScheduleItemStyleSelector {
	StyleSelector^ get ();
	void set (StyleSelector^ value);
}

See Also