ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IDropDown Interface / IsReadOnly Property

In This Topic
    IsReadOnly Property (IDropDown)
    In This Topic
    Gets or sets a value that indicates whether the user can modify the control value using the mouse and keyboard.
    Syntax
    'Declaration
     
    
    Property IsReadOnly As Boolean
    bool IsReadOnly {get; set;}
    See Also