Thank you for your feedback! You have rated this topic in the last 30 days.
minDecimals Property
Gets sets minimum number of decimal digits, which is used when control has no focus. Note: new value does not persist to server. Minimum number of decimals
Syntax
ASP.NET Ajax Javascript (Specification)
function get_minDecimals() : Integer
function set_minDecimals(value : Integer)
ASP.NET Ajax Javascript (Usage)
var resultVar = instanceOfWebNumericEditor.get_minDecimals();