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


In This Topic
    Value Property (GcDropDownCalculator)
    In This Topic
    Gets or sets the value of a GcDropDownCalculator. This is a dependency property.
    Syntax
    'Declaration
     
    <TypeConverterAttribute(System.ComponentModel.DecimalConverter)>
    Public Property Value As Nullable(Of Decimal)
    'Usage
     
    Dim instance As GcDropDownCalculator
    Dim value As Nullable(Of Decimal)
     
    instance.Value = value
     
    value = instance.Value
    [TypeConverter(System.ComponentModel.DecimalConverter)]
    public Nullable<decimal> Value {get; set;}

    Property Value

    A nullable decimal value which represents the value of the control.
    See Also