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


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

Reference

C1ListBox Class
C1ListBox Members