Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1TimeEditor Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (C1TimeEditor)
    In This Topic
    Gets or sets the read-only status.
    Syntax
    'Declaration
     
    
    Public Property IsReadOnly As Boolean
    public bool IsReadOnly {get; set;}
    See Also