Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberEditingControl Class / MinValue Property


In This Topic
    MinValue Property (GcNumberEditingControl)
    In This Topic
    Gets or sets the minimum allowable value when spin the control by field or value.
    Syntax
    'Declaration
     
    
    Public Property MinValue As Decimal
    'Usage
     
    
    Dim instance As GcNumberEditingControl
    Dim value As Decimal
     
    instance.MinValue = value
     
    value = instance.MinValue
    public decimal MinValue {get; set;}

    Property Value

    A System.Decimal value indicates the minimum allowable value.
    See Also