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

In This Topic
    IsEditable Property (DataMapTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.DataMap.IsEditable. 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