Version

SpinButtonIncrementValue Property (UltraCalendarComboColumn)

Determines the number of SpinButtonIncrement units applied to the value when pressing the spin buttons.
Syntax
'Declaration
 
Public Property SpinButtonIncrementValue As Integer
public int SpinButtonIncrementValue {get; set;}
Remarks

When clicking the up spin arrow or using the up arrow key, a positive number of the SpinButtonIncrementValues are applied. When clicking the down spin button or using the down arrow key when the control is not dropped down will apply a negative amount of those units.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also