Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalculator Class / ValueProperty Field


In This Topic
    ValueProperty Field (GcDropDownCalculator)
    In This Topic
    Identifies the Value dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly ValueProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcDropDownCalculator.ValueProperty
    public static readonly DependencyProperty ValueProperty

    Field Value

    The identifier for the Value dependency property.
    See Also