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

In This Topic
    BatchEdit Property (CollectionViewServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.CollectionViewService<T>.BatchEdit. Sets a bool value indicates whether to edit the batch data.
    Syntax
    'Declaration
     
    Public Overrides Property BatchEdit As Boolean
    public override bool BatchEdit {get; set;}
    See Also