InputIncrementSettingsIncrement Property |
Gets or sets the value to increment or decrement the spin box when the up or down buttons are clicked.
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 Increment { get; set; }
Public Overridable Property Increment As Double
Get
Set
public:
virtual property double Increment {
double get ();
void set (double value);
}
abstract Increment : float with get, set
override Increment : float with get, set
Property Value
Type:
DoubleSee Also