Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcNumber Class / Value Property


In This Topic
    Value Property (GcNumber)
    In This Topic
    Gets or sets the value assigned to the GcNumber control.
    Syntax
    'Declaration
     
    <LocalizabilityAttribute(LocalizationCategory.Text)>
    <TypeConverterAttribute(System.ComponentModel.DecimalConverter)>
    Public Property Value As Nullable(Of Decimal)
    'Usage
     
    Dim instance As GcNumber
    Dim value As Nullable(Of Decimal)
     
    instance.Value = value
     
    value = instance.Value
    [Localizability(LocalizationCategory.Text)]
    [TypeConverter(System.ComponentModel.DecimalConverter)]
    public Nullable<decimal> Value {get; set;}

    Property Value

    A nullable decimal value which indicates the value of GcNumber.
    See Also