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