Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarDaySlotLoadingEventArgs Class / IsAdjacentDay Property

In This Topic
    IsAdjacentDay Property
    In This Topic
    Gets whether or not the day is an adjacent day in the calendar.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAdjacentDay As Boolean
    public bool IsAdjacentDay {get;}
    See Also