Class
AgendaMonthNode

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

Definition

Constructors

AgendaMonthNode()

Declaration

cs-api-definition
public AgendaMonthNode()

Properties

FormattedMonth

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

Declaration

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

Property Value

string

Month

Gets the month represented by this node.

Declaration

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

Property Value

DateTime