Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / C1Calendar Class / DisabledForeground Property

In This Topic
    DisabledForeground Property
    In This Topic
    Gets or sets the color for the text of disabled slots.
    Syntax
    'Declaration
     
    
    Public Property DisabledForeground As C1Color
    public C1Color DisabledForeground {get; set;}
    See Also