Interface IAppointmentReminderInfo
Contains properties used by RadScheduler for reminder representation.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public interface IAppointmentReminderInfo
Properties
DisplayName
Gets or sets the visual string representation of this instance.
Declaration
string DisplayName { get; set; }
Property Value
System.String
|
Id
Gets or sets the Id by which this instance is identified.
Declaration
int Id { get; set; }
Property Value
System.Int32
|
Value
Gets or sets the time span this instance represents.
Declaration
TimeSpan? Value { get; set; }
Property Value
System.Nullable<System.TimeSpan>
|