Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1TextBox Class / IsReadOnly Property

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