ValueMemberPath Property (MultiSelectBindingInfo)
In This Topic
Gets or sets the property path that is used to get the value of item in the C1MultiSelect.
Syntax
'Declaration
Public Property ValueMemberPath As String
public string ValueMemberPath {get; set;}
See Also