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

In This Topic
    NewRowAtTop Property (MultiRowTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MultiRow.MultiRow<T>.NewRowAtTop. Sets a value that indicates whether the new row template should be located at the top of the grid or at the bottom.
    Syntax
    'Declaration
     
    Public Overrides Property NewRowAtTop As Boolean
    public override bool NewRowAtTop {get; set;}
    See Also