Gets a DateRange containing the selected start and end dates of this MonthView. If a ScheduleItem is selected, then the start and end times of the item will be returned instead.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public override DateRange SelectedDateRange { get; }
Visual Basic
Public Overrides ReadOnly Property SelectedDateRange As DateRange
	Get
Visual C++
public:
virtual property DateRange SelectedDateRange {
	DateRange get () override;
}

See Also