ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputTimeTagHelper Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (InputTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.DropDown<T>.IsReadOnly. Sets a value that indicates whether the user can modify the control value using the mouse and keyboard.
    Syntax
    'Declaration
     
    Public Property IsReadOnly As Boolean
    public bool IsReadOnly {get; set;}
    See Also