New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class AppointmentReminderInfo : IAppointmentReminderInfo

Inheritance: objectAppointmentReminderInfo

Implements: IAppointmentReminderInfo

Constructors

C#
public AppointmentReminderInfo(int id, string displayName, TimeSpan? value)
Parameters:idintdisplayNamestringvalueTimeSpan?

Properties

Gets or sets the visual string representation of this instance.

C#
public string DisplayName { get; set; }
Property Value:

The display name.

Implements: IAppointmentReminderInfo.DisplayName

Gets or sets the Id by which this instance is identified.

C#
public int Id { get; set; }
Property Value:

The identifier.

Implements: IAppointmentReminderInfo.Id

Gets or sets the time span this instance represents.

C#
public TimeSpan? Value { get; set; }
Property Value:

The value.

Implements: IAppointmentReminderInfo.Value