Scheduler for WPF | ComponentOne
C1.Schedule Namespace / Reminder Class / IsActive Property

In This Topic
    IsActive Property (Reminder)
    In This Topic
    Gets or sets the System.Boolean value indicating that the Reminder object is currently active (visible).
    Syntax
    'Declaration
     
    
    Public Property IsActive As Boolean
    public bool IsActive {get; set;}
    See Also