[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.RangeSelectorBuilder-1.Max

Max Method

Max(float?)

Configurates Max. Sets the maximum value of the range.

Declaration
public RangeSelectorBuilder<T> Max(float? value)
Parameters
Type Name Description
float? value

The value.

Returns
Type Description
RangeSelectorBuilder<T>

Current builder.

Remarks

If not set, the maximum is calculated automatically.