DisplayMemberPath Property (C1ItemsControl)
In This Topic
Gets or sets the name or path of the property that is displayed for each data item.
Syntax
'Declaration
Public Property DisplayMemberPath As String
public string DisplayMemberPath {get; set;}
See Also