SelectedValuePath Property (C1MultiSelect)
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