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

In This Topic
    IsEditing Property
    In This Topic
    Gets or sets a boolean value which indicates whether the template works for editing or not.
    Syntax
    'Declaration
     
    Public Property IsEditing As Boolean
    public bool IsEditing {get; set;}
    See Also