C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridDetailCellCreatingEventArgs Class / Content Property


In This Topic
Content Property (GridDetailCellCreatingEventArgs)
In This Topic
Gets or sets the visual element displayed as the row details.
Syntax
'Declaration
 
Public Property Content As Xamarin.Forms.View
 
'Usage
 
Dim instance As GridDetailCellCreatingEventArgs
Dim value As Xamarin.Forms.View
 
instance.Content = value
 
value = instance.Content
See Also