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

In This Topic
    IsSelected Property (ViewSlot)
    In This Topic
    Indicates whether a day represented by the DaySlot is currently selected in C1Calendar UI. This is a dependency property.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSelected As System.Boolean
    public System.bool IsSelected {get;}
    See Also