ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Range Class / Max Property

In This Topic
    Max Property (Range)
    In This Topic
    Gets or sets the maximum value for this range.
    Syntax
    'Declaration
     
    Public Property Max As Double
    public double Max {get; set;}
    See Also