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

In This Topic
    ShowIntermediateTotal Property (WaterfallTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Waterfall<T>.ShowIntermediateTotal. Sets a value that determines whether to show the intermediate total bar.The property should work with IntermediateToolPositions and IntermediateToolLabels property.
    Syntax
    'Declaration
     
    Public Property ShowIntermediateTotal As Boolean
    public bool ShowIntermediateTotal {get; set;}
    See Also