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

In This Topic
    ShowTotal Property (WaterfallTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Waterfall<T>.ShowTotal. Sets a value that determines whether the show the total bar.
    Syntax
    'Declaration
     
    Public Property ShowTotal As Boolean
    public bool ShowTotal {get; set;}
    See Also