Gets or sets a DataTemplate that defines the panel that lays out elements representing VisualInterval objects from the VisualIntervals collection. This is a dependency property.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
public DataTemplate VisualIntervalPanel { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property VisualIntervalPanel As DataTemplate
	Get
	Set

See Also