ASP.NET Pack Programmer's Guide
NumericUpDown.SmallChange Property
See Also
 





Gets or sets the amount to increase or decrease the value with when the increment or decrement buttons are pressed.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public double SmallChange { get; set; }

Visual Basic  Copy Code

Public Property SmallChange As Double

 Property Value

Type: Double
An instance of the System.Double structure. Default value is 1.0.

 See Also

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.WebForms Namespace