Gets or sets a value that determines whether the UI element that has this VisualInterval as a DataContext is selected. This is a dependency property.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public bool IsSelected { get; set; }
Visual Basic (Declaration)
Public Property IsSelected As Boolean
	Get
	Set

Remarks

This is a dependency property.

See Also