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

In This Topic
    IsReadOnly Property (TransposedGridRowBase)
    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