ComponentOne Xamarin.iOS
Content Property (GridDetailCellCreatingEventArgs)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridDetailCellCreatingEventArgs Class : Content Property
Gets or sets the visual element displayed as the row details.
Syntax
'Declaration
 
Public Property Content As UIKit.UIView
'Usage
 
Dim instance As GridDetailCellCreatingEventArgs
Dim value As UIKit.UIView
 
instance.Content = value
 
value = instance.Content
public UIKit.UIView Content {get; set;}
See Also

Reference

GridDetailCellCreatingEventArgs Class
GridDetailCellCreatingEventArgs Members