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.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public DataTemplateSelector LongItemTemplateSelector { get; set; } |
| Visual Basic |
|---|
Public Property LongItemTemplateSelector As DataTemplateSelector Get Set |
| Visual C++ |
|---|
public: property DataTemplateSelector^ LongItemTemplateSelector { DataTemplateSelector^ get (); void set (DataTemplateSelector^ value); } |