ComponentOne Xamarin.iOS
EditIconTemplate Property


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

Reference

FlexGrid Class
FlexGrid Members