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

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