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