Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / CalendarDaySlotInfo Class / IsSelected Property

In This Topic
    IsSelected Property (CalendarDaySlotInfo)
    In This Topic
    Check the date associated with this slot is selected or not.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsSelected As Boolean
    public bool IsSelected {get;}
    See Also