DisplayMemberPath Property (C1ListView<T>)
In This Topic
Gets or sets the property name or path of the item that will be used to extract the text that will be displayed.
Syntax
'Declaration
Public Property DisplayMemberPath As String
public string DisplayMemberPath {get; set;}
See Also