Gets or sets a DateTimeInfo object corresponding to the month and year which are currently displayed by the owning C1CalendarItem control.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public DateTimeInfo SelectedValue { get; set; }
Visual Basic
Public Property SelectedValue As DateTimeInfo
	Get
	Set

See Also