Class
AgendaWeekNode

The model for week group headers in the agenda view of the RadScheduler control.

Definition

Constructors

AgendaWeekNode()

Declaration

cs-api-definition
public AgendaWeekNode()

Properties

EndDate

Gets the end date of the week.

Declaration

cs-api-definition
public DateTime EndDate { get; }

Property Value

DateTime

FormattedWeek

Gets the formatted week text for display in the agenda view.

Declaration

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

Property Value

string

StartDate

Gets the start date of the week.

Declaration

cs-api-definition
public DateTime StartDate { get; }

Property Value

DateTime