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

In This Topic
    Start Property (WaterfallTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Waterfall<T>.Start. Sets a value that determines the value of the start bar. If start is null, start bar will not show.
    Syntax
    'Declaration
     
    Public Property Start As Nullable(Of Integer)
    public Nullable<int> Start {get; set;}
    See Also