Class
DateNode

The model of each date that are visualized in RadScheduler's ViewDefinitionBase.

Definition

Constructors

DateNode()

Declaration

cs-api-definition
public DateNode()

Properties

Date

Gets the date each node holds and gets displayed in the definitions.

Declaration

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

Property Value

DateTime

IsToday

Gets a value indicating whether the date is today.

Declaration

cs-api-definition
public bool IsToday { get; }

Property Value

bool

Text

Gets the text that is displayed in the definitions.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string