Indicates whether a day represented by the DaySlot is currently selected in C1MonthCalendar UI. This is a dependency property.

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

Syntax

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

Remarks

This is a dependency property.

See Also