Indicates whether the DaySlot represents a day from an adjacent month, but not of the month currently represented by C1CalendarItem.

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

Syntax

C#
public bool IsAdjacent { get; private set; }
Visual Basic
Public Property IsAdjacent As Boolean
	Get
	Private Set

See Also