.NET Documentation
C#
VB
Show/Hide TOC
Tree
Grid
Text
Box
Validation
Column
Step
Value Property
Gets or sets the jump value of the number.
Definition
Namespace:
Aliquo.Windows.Controls
Assembly:
Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
Copy
public
decimal
StepValue
{
get
;
set
; }
VB
Copy
Public
Property
StepValue
As
Decimal
Get
Set
Property Value
Decimal
Implements
IGridTextBoxValidationColumn
StepValue
See Also
Reference
TreeGridTextBoxValidationColumn Class
Aliquo.Windows.Controls Namespace
In This Article
Definition
Property Value
Implements
See Also