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

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