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

In This Topic
    StartLabel Property (WaterfallTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Waterfall<T>.StartLabel. Sets the label of the start bar.
    Syntax
    'Declaration
     
    Public Property StartLabel As String
    public string StartLabel {get; set;}
    See Also