Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / DaySlot Class / IsEnabled Property

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