ClassAppointmentReminderInfo
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class AppointmentReminderInfo : IAppointmentReminderInfo
Inheritance: objectAppointmentReminderInfo
Implements:
Constructors
Properties
DisplayName
Gets or sets the visual string representation of this instance.
Declaration
cs-api-definition
public string DisplayName { get; set; }
Property Value
The display name.
Implements
Id
Gets or sets the Id by which this instance is identified.
Declaration
cs-api-definition
public int Id { get; set; }
Property Value
The identifier.
Implements