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

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

See Also