Gets or sets a IntervalAppointment that is currently selected in control UI. This is a dependency property.

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

Syntax

C#
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public IntervalAppointment SelectedIntervalAppointment { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public Property SelectedIntervalAppointment As IntervalAppointment
	Get
	Set

Remarks

This is a dependency property.

See Also