MindFusion.UI for WebForms 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.Web
Assembly: MindFusion.UI.Web

 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