FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / NewRowIconTemplate Property

In This Topic
    NewRowIconTemplate Property (FlexGrid)
    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 C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate NewRowIconTemplate {get; set;}
    See Also