Gets a value that determines if the Reminder object is currently active (visible).

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

Syntax

C#
public bool IsActive { get; internal set; }
Visual Basic
Public Property IsActive As Boolean
	Get
	Friend Set

See Also