Configurates
C1.Web.Mvc.Range.Max. Sets the maximum value for this range.
Syntax
'Declaration
Public Function Max( _
ByVal As Double _
) As RangeBuilder
public RangeBuilder Max(
double
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also