Gets or sets a DataTemplate that defines a UI representation of
VisualInterval objects from the VisualIntervals
collection. This is a dependency property.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] public DataTemplate VisualIntervalTemplate { get; set; } |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ Public Property VisualIntervalTemplate As DataTemplate Get Set |
Remarks
A DataContext for this template is a VisualInterval object from
the VisualIntervals collection.