Interface
IAppointmentReminderInfo

Contains properties used by RadScheduler for reminder representation.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public interface IAppointmentReminderInfo

Properties

DisplayName

Gets or sets the visual string representation of this instance.

Declaration

cs-api-definition
string DisplayName { get; set; }

Property Value

string

Id

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

Declaration

cs-api-definition
int Id { get; set; }

Property Value

int

Value

Gets or sets the time span this instance represents.

Declaration

cs-api-definition
TimeSpan? Value { get; set; }

Property Value

TimeSpan?

In this article
DefinitionPropertiesDisplayNameIdValue
Not finding the help you need?
Contact Support