NumericTextBoxSettingMaxValue Property |
Gets or sets the largest possible value of a
NumericTextBoxSetting.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual double MaxValue { get; set; }
Public Overridable Property MaxValue As Double
Get
Set
public:
virtual property double MaxValue {
double get ();
void set (double value);
}
abstract MaxValue : float with get, set
override MaxValue : float with get, set
Property Value
Type:
DoubleThe default value is positive 2^46.
See Also