Gets or sets a path to a value on the source object to serve as the visual representation of the object. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public string DisplayMemberPath { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property DisplayMemberPath As String

See Also