Click or drag to resize
NumericTextBoxSettingMaxValue Property
Gets or sets the largest possible value of a NumericTextBoxSetting.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual double MaxValue { get; set; }

Property Value

Type: Double
The default value is positive 2^46.
See Also