Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / Reminder Class / IsActive Property

In This Topic
    IsActive Property (Reminder)
    In This Topic
    Gets a value that determines if the Reminder object is currently active (visible).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsActive As Boolean
    public bool IsActive {get;}
    See Also