Spread for ASP.NET 10 Product Documentation
Step Property


Gets or sets the step used for simple numeric incrementing and decrementing.
Syntax
'Declaration
 
Public Property Step As Double
'Usage
 
Dim instance As NumericUpDownCellType
Dim value As Double
 
instance.Step = value
 
value = instance.Step
public double Step {get; set;}

Property Value

Double-precision, floating point number for the step
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

NumericUpDownCellType Class
NumericUpDownCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.