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

In This Topic
    IsEditable Property (DataMap)
    In This Topic
    Gets or sets a value that indicates whether users should be allowed to enter values.
    Syntax
    'Declaration
     
    Public Property IsEditable As Boolean
    public bool IsEditable {get; set;}
    See Also