Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / SelectedValuePathProperty Field


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

    Field Value

    The identifier for the SelectedValuePath dependency property.
    See Also