MaxValue Property (GcNumber)
Gets or sets the maximum allowable value when spin the control by field or value.
public decimal MaxValue {get; set;}
'Declaration
Public Property MaxValue As Decimal
'Usage
Dim instance As GcNumber
Dim value As Decimal
instance.MaxValue = value
value = instance.MaxValue
Property Value
A
System.Decimal value indicates the maximum allowable value.