Class
AgendaAppointmentNode

The model for appointment items in the agenda view of the RadScheduler control.

Definition

Constructors

AgendaAppointmentNode()

Declaration

cs-api-definition
public AgendaAppointmentNode()

Properties

FormattedEndTime

Gets the formatted time end text for display in the agenda view.

Declaration

cs-api-definition
public string FormattedEndTime { get; }

Property Value

string

FormattedStartTime

Gets the formatted time start text for display in the agenda view.

Declaration

cs-api-definition
public string FormattedStartTime { get; }

Property Value

string

FormattedSubject

Gets the formatted subject for display in the agenda view.

Declaration

cs-api-definition
public string FormattedSubject { get; }

Property Value

string