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

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