C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellView Class / AutomationId Property


In This Topic
AutomationId Property (GridCellView)
In This Topic
Syntax
'Declaration
 
Public Property AutomationId As String
 
'Usage
 
Dim instance As GridCellView
Dim value As String
 
instance.AutomationId = value
 
value = instance.AutomationId
See Also