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

In This Topic
    Seamless Property
    In This Topic
    Configurates C1.Web.Mvc.RangeSelector<T>.Seamless. Sets whether the minimal and maximal handler will move seamlessly.
    Syntax
    'Declaration
     
    Public Property Seamless As Boolean
    public bool Seamless {get; set;}
    See Also