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

In This Topic
    IsReadOnly Property (Gauge)
    In This Topic
    Gets or whether the user can edit the value using the mouse and the keyboard.
    Syntax
    'Declaration
     
    Public Property IsReadOnly As Boolean
    public bool IsReadOnly {get; set;}
    See Also