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

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

See Also