Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DaySlot Class / IsAdjacent Property

In This Topic
    IsAdjacent Property
    In This Topic
    Indicates whether the DaySlot represents a day from an adjacent month, but not of the month currently represented by C1CalendarItem.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAdjacent As Boolean
    public bool IsAdjacent {get;}
    See Also