Interface IAlarmForm
Inherited Members
System.IDisposable.Dispose()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public interface IAlarmForm : IDisposable
Properties
RemindObjectsCount
Declaration
int RemindObjectsCount { get; }
Property Value
System.
|
StartNotification
Declaration
TimeSpan StartNotification { get; set; }
Property Value
System.
|
ThemeName
Declaration
string ThemeName { get; set; }
Property Value
System.
|
Methods
AddRemindObject(RadReminderBindableObject)
Declaration
void AddRemindObject(RadReminderBindableObject reminderBindableObject)
Parameters
Rad
|
ClearRemindObjects()
Declaration
void ClearRemindObjects()
ContainsRemindObject(RadReminderBindableObject)
Declaration
bool ContainsRemindObject(RadReminderBindableObject reminderBindableObject)
Parameters
Rad
|
Returns
System.
|
HideForm()
Declaration
void HideForm()
RemoveRemindObject(RadReminderBindableObject)
Declaration
bool RemoveRemindObject(RadReminderBindableObject reminderBindableObject)
Parameters
Rad
|
Returns
System.
|
ShowForm()
Declaration
void ShowForm()
ShowForm(IWin32Window)
Declaration
void ShowForm(IWin32Window owner)
Parameters
System.
|
Events
ItemOpened
Declaration
event EventHandler<RadOpenItemArgs> ItemOpened
Event Type
System.
|