Gets or sets a path to a value on the source object to serve as the visual representation of the object in the entity list view.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public string EntityListViewDisplayMemberPath { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property EntityListViewDisplayMemberPath As String |