MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1MultiSelect Class / SelectedValuePath Property

In This Topic
    SelectedValuePath Property
    In This Topic
    Gets or sets the property path that is used to get the SelectedValue property of the SelectedItem property.
    Syntax
    'Declaration
     
    
    Public Property SelectedValuePath As String
    public string SelectedValuePath {get; set;}
    See Also