Gets or sets the first selected VisualInterval object in the current selection or returns null if the selection is empty.

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

Syntax

C#
[BrowsableAttribute(false)]
public VisualInterval SelectedVisualInterval { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property SelectedVisualInterval As VisualInterval
	Get
	Set

See Also