skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadReminder

Represents a reminder component that manages and displays reminder notifications for scheduler appointments.

Inheritance
System.Object
RadReminder
RadSchedulerReminder
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll

Syntax

[TelerikToolboxCategory("Scheduler")]
public class RadReminder : Component

Constructors

RadReminder()

Initializes a new instance of the RadReminder class.

Declaration
public RadReminder()

RadReminder(IContainer)

Initializes a new instance of the RadReminder class with the specified container.

Declaration
public RadReminder(IContainer container)
Parameters
System.ComponentModel.IContainer container

The container that the component will be added to.

Fields

alarmForm

Declaration
protected IAlarmForm alarmForm
Field Value
IAlarmForm

Properties

ThemeName

Gets or sets the name of the theme.

Declaration
public string ThemeName { get; set; }
Property Value
System.String

The name of the theme.

TimeInterval

Gets or sets the time interval that the reminder should check for new remind objects.

Declaration
public int TimeInterval { get; set; }
Property Value
System.Int32

The time interval.

Methods

AddRemindObject(IRemindObject)

Adds a reminder object to the reminder collection.

Declaration
public virtual RadReminderBindableObject AddRemindObject(IRemindObject remindObject)
Parameters
IRemindObject remindObject

The reminder object to add.

Returns
RadReminderBindableObject

The RadReminderBindableObject that wraps the reminder object.

AddRemindObjects(List<IRemindObject>)

Adds multiple reminder objects to the reminder collection.

Declaration
public List<RadReminderBindableObject> AddRemindObjects(List<IRemindObject> remindObjects)
Parameters
System.Collections.Generic.List<IRemindObject> remindObjects

The list of reminder objects to add.

Returns
System.Collections.Generic.List<RadReminderBindableObject>

A list of RadReminderBindableObject instances that wrap the reminder objects.

ClearRemindObjects()

Clears the remind objects.

Declaration
public void ClearRemindObjects()

ContainsRemindObject(IRemindObject)

Determines whether the reminder collection contains the specified reminder object.

Declaration
public virtual bool ContainsRemindObject(IRemindObject remindObject)
Parameters
IRemindObject remindObject

The reminder object to locate in the collection.

Returns
System.Boolean

true if the reminder collection contains the specified reminder object; otherwise, false.

Dispose(Boolean)

Releases the unmanaged resources used by the RadReminder and optionally releases the managed resources.

Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean disposing

true to release both managed and unmanaged resources; false to release only unmanaged resources.

GetDefaultOwner()

Gets the default owner window for the alarm form.

Declaration
protected virtual IWin32Window GetDefaultOwner()
Returns
System.Windows.Forms.IWin32Window

The default owner window, or null if no owner is specified.

GetRemindObjects()

Gets all reminder objects currently in the reminder collection.

Declaration
public List<IRemindObject> GetRemindObjects()
Returns
System.Collections.Generic.List<IRemindObject>

A list of all IRemindObject instances in the collection.

OnDataFormating(RadDueInArgs)

Raises the DataFormatting event.

Declaration
protected virtual void OnDataFormating(RadDueInArgs e)
Parameters
RadDueInArgs e

The RadDueInArgs instance containing the event data.

OnItemOpened(RadOpenItemArgs)

Raises the ItemOpened event.

Declaration
protected virtual void OnItemOpened(RadOpenItemArgs e)
Parameters
RadOpenItemArgs e

The RadOpenItemArgs instance containing the event data.

OnRemindObjectShown(RadShowRemindObjectArgs)

Raises the RemindObjectShown event.

Declaration
protected virtual void OnRemindObjectShown(RadShowRemindObjectArgs e)
Parameters
RadShowRemindObjectArgs e

The RadShowRemindObjectArgs instance containing the event data.

OnShowingAlarmForm(RadAlarmFormShowingEventArgs)

Raises the AlarmFormShowing event.

Declaration
protected virtual void OnShowingAlarmForm(RadAlarmFormShowingEventArgs args)
Parameters
RadAlarmFormShowingEventArgs args

The RadAlarmFormShowingEventArgs instance containing the event data.

RemoveRemindObject(IRemindObject)

Removes a reminder object from the reminder collection.

Declaration
public virtual bool RemoveRemindObject(IRemindObject remindObject)
Parameters
IRemindObject remindObject

The reminder object to remove.

Returns
System.Boolean

true if the reminder object was successfully removed; otherwise, false.

ResetToDefaultAlarmForm()

Resets the alarm form to the default RadAlarmForm implementation.

Declaration
public void ResetToDefaultAlarmForm()

ShowAlarmForm()

Shows the alarm form if it contains reminder objects that need to be displayed.

Declaration
protected virtual void ShowAlarmForm()

StartReminder()

Starts the reminder.

Declaration
public virtual void StartReminder()

StopReminder()

Stops the reminder.

Declaration
public virtual void StopReminder()

TimerTick()

Checks for reminder objects that need to be displayed and shows the alarm form if necessary. This method is called on each timer tick to evaluate reminder notifications.

Declaration
protected virtual void TimerTick()

Events

AlarmFormShowing

Occurs when the alarm form is about to be shown.

Declaration
public event EventHandler<RadAlarmFormShowingEventArgs> AlarmFormShowing
Event Type
System.EventHandler<RadAlarmFormShowingEventArgs>

DataFormatting

Occurs when data formatting is required for reminder display.

Declaration
public event EventHandler<RadDueInArgs> DataFormatting
Event Type
System.EventHandler<RadDueInArgs>

ItemOpened

Occurs when a reminder item is opened.

Declaration
public event EventHandler<RadOpenItemArgs> ItemOpened
Event Type
System.EventHandler<RadOpenItemArgs>

RemindObjectShown

Occurs when a reminder object is shown.

Declaration
public event EventHandler<RadShowRemindObjectArgs> RemindObjectShown
Event Type
System.EventHandler<RadShowRemindObjectArgs>

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.