C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridDataMap Class / DisplayMemberPath Property


In This Topic
DisplayMemberPath Property (GridDataMap)
In This Topic
The name of the property to use as the visual representation of the items.
Syntax
'Declaration
 
Public Property DisplayMemberPath As String
 
'Usage
 
Dim instance As GridDataMap
Dim value As String
 
instance.DisplayMemberPath = value
 
value = instance.DisplayMemberPath
See Also