C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridDataMap Class
Members


GridDataMap Class
Represents a data map for use with the column's dataMap property.
Syntax
'Declaration
 
Public Class GridDataMap 
   Inherits Xamarin.Forms.BindableObject
 
'Usage
 
Dim instance As GridDataMap
Remarks
Data maps provide the grid with automatic look up capabilities. For example, you may want to display a customer name instead of his ID, or a color name instead of its RGB value.
Inheritance Hierarchy

System.Object
   Xamarin.Forms.BindableObject
      C1.Xamarin.Forms.Grid.GridDataMap

See Also