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

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public override DateRange SelectedDateRange { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property SelectedDateRange As DateRange

See Also