ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.TagHelpers Namespace / MultiRowTagHelper Class / AllowAddNew Property

In This Topic
    AllowAddNew Property (MultiRowTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.AllowAddNew. Sets a value that indicates whether the grid should provide a new row template so users can add items to the source collection.
    Syntax
    'Declaration
     
    Public Overridable Property AllowAddNew As Boolean
    public virtual bool AllowAddNew {get; set;}
    Remarks
    The new row template will not be displayed if the IsReadOnly property
    See Also