ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / ViewSlot Class / IsAdjacent Property

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