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

In This Topic
    IsReadOnly Property (Column)
    In This Topic
    Gets or sets whether cells in this row or column can be edited.
    Syntax
    'Declaration
     
    
    Public Property IsReadOnly As Boolean
    public bool IsReadOnly {get; set;}
    See Also