Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / NewRowIconTemplate Property


In This Topic
    NewRowIconTemplate Property
    In This Topic
    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