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


In This Topic
    Value Property (GcNumberEditingControl)
    In This Topic
    Gets or sets the decimal value assigned to the control.
    Syntax
    'Declaration
     
    
    Public Property Value As Nullable(Of Decimal)
    'Usage
     
    
    Dim instance As GcNumberEditingControl
    Dim value As Nullable(Of Decimal)
     
    instance.Value = value
     
    value = instance.Value
    public Nullable<decimal> Value {get; set;}

    Property Value

    A Nullable value indicates the value.
    The default is System.Decimal.Zero.
    Remarks
    A string that made of all chars in fields and exclude literals. No matter what fields this control has, this Value is always same.
    See Also