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


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

    Field Value

    The identifier for the GrapeCity.Windows.InputMan.Fields.DateInputField.Value dependency property.
    See Also