ComponentOne Xamarin.iOS
DisplayMemberPath Property (GridDataMap)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridDataMap Class : DisplayMemberPath Property
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
public string DisplayMemberPath {get; set;}
See Also

Reference

GridDataMap Class
GridDataMap Members