ComponentOne Basic Library for WPF and Silverlight
DisplayMemberPath Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : DisplayMemberPath Property
Syntax
'Declaration
 
Public Property DisplayMemberPath As System.String
'Usage
 
Dim instance As C1ComboBox
Dim value As System.String
 
instance.DisplayMemberPath = value
 
value = instance.DisplayMemberPath
public System.string DisplayMemberPath {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members