ComponentOne Xamarin.iOS
NewRowIconTemplate Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : NewRowIconTemplate Property
Gets or sets the template used to create the icon displayed in the header of a new row.
Syntax
'Declaration
 
Public Property NewRowIconTemplate As C1IconTemplate
'Usage
 
Dim instance As FlexGrid
Dim value As C1IconTemplate
 
instance.NewRowIconTemplate = value
 
value = instance.NewRowIconTemplate
public C1IconTemplate NewRowIconTemplate {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members