Gets or sets the StyleSelector for selecting the style of a short ScheduleItem.
If this property is set to null, then the default schedule item style will be used.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public StyleSelector ShortItemStyleSelector { get; set; } |
| Visual Basic |
|---|
Public Property ShortItemStyleSelector As StyleSelector Get Set |
| Visual C++ |
|---|
public: property StyleSelector^ ShortItemStyleSelector { StyleSelector^ get (); void set (StyleSelector^ value); } |