ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / TableTagHelper Class / ShowTotalRow Property

In This Topic
    ShowTotalRow Property (TableTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Sheet.Table.ShowTotalRow. Indicates whether the table should include a total row.
    Syntax
    'Declaration
     
    Public Property ShowTotalRow As Boolean
    public bool ShowTotalRow {get; set;}
    See Also