ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / LinearGaugeBase Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (LinearGaugeBase)
    In This Topic
    Gets or whether the user can edit the value using the mouse and the keyboard.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property IsReadOnly As Boolean
    [DefaultValue(true)]
    public bool IsReadOnly {get; set;}
    See Also