Configurates the
C1.Web.Mvc.Range.OnClientPropertyChanged client event. Sets the maximum distance from the element to display the tooltip.
Syntax
'Declaration
Public Function OnClientPropertyChanged( _
ByVal As String _
) As RangeBuilder
public RangeBuilder OnClientPropertyChanged(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also