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 System.String
public System.string DisplayMemberPath {get; set;}
See Also