Gets the DateTimeInterval object representing time interval which is currently selected in the control UI. This is a dependency property.

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

Syntax

C#
[BrowsableAttribute(false)]
public DateTimeInterval SelectedDateTimeInterval { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property SelectedDateTimeInterval As DateTimeInterval
	Get

See Also