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

In This Topic
    Min Property (RangeSelectorTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.RangeSelector<T>.Min. Sets the minimum value of the range.
    Syntax
    'Declaration
     
    Public Property Min As Nullable(Of Single)
    public Nullable<float> Min {get; set;}
    Remarks
    If not set, the minimum is calculated automatically.
    See Also