ItemsValueMember Property (C1ComboBox)
In This Topic
Gets or sets the path of the property to use as the actual value for the items in the C1ComboBox control.
Syntax
'Declaration
Public Property ItemsValueMember As String
public string ItemsValueMember {get; set;}
See Also