ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid 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
    public C1IconTemplate NewRowIconTemplate {get; set;}
    See Also