Class
AgendaDayNode

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

Definition

Constructors

AgendaDayNode()

Declaration

cs-api-definition
public AgendaDayNode()

Properties

Date

Gets the date represented by this day node.

Declaration

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

Property Value

DateTime

FormattedDay

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

Declaration

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

Property Value

string