.NET Documentation
C#
VB
Show/Hide TOC
Tree
Grid
Text
Box
Validation
Column
Min
Value Property
Gets or sets the minimum 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
?
MinValue
{
get
;
set
; }
VB
Copy
Public
Property
MinValue
As
Decimal
?
Get
Set
Property Value
Nullable
Decimal
Implements
IGridTextBoxValidationColumn
MinValue
See Also
Reference
TreeGridTextBoxValidationColumn Class
Aliquo.Windows.Controls Namespace
In This Article
Definition
Property Value
Implements
See Also