ComponentOne Scheduler for WPF and Silverlight
VisualIntervalTemplate Property (C1Scheduler)

C1.Silverlight.Schedule Namespace > C1Scheduler Class : VisualIntervalTemplate Property
Gets or sets a DataTemplate that defines a UI representation of VisualInterval objects from the VisualIntervals collection. This is a dependency property.
Syntax
'Declaration
 
Public Property VisualIntervalTemplate As System.Windows.DataTemplate
public System.Windows.DataTemplate VisualIntervalTemplate {get; set;}
Remarks
A DataContext for this template is a VisualInterval object from the VisualIntervals collection.
See Also

Reference

C1Scheduler Class
C1Scheduler Members