Gets or sets a DataTemplate that defines a UI for the Show Reminders dialog. This is a dependency property.

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

Syntax

C#
public DataTemplate ShowRemindersTemplate { get; set; }
Visual Basic
Public Property ShowRemindersTemplate As DataTemplate
	Get
	Set

Remarks

A DataContext for this template is a Reminders collection.

See Also