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

In This Topic
    NewRowAtTop Property (FlexGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<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 Overridable Property NewRowAtTop As Boolean
    public virtual bool NewRowAtTop {get; set;}
    See Also