ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / NewRowTemplate Class
Members

In This Topic
    NewRowTemplate Class
    In This Topic
    Represents a row used to add items to the source collection.
    Object Model
    NewRowTemplate Class
    Syntax
    'Declaration
     
    
    Public Class NewRowTemplate 
       Inherits BoundRow
       Implements IBoundRow 
    public class NewRowTemplate : BoundRow, IBoundRow  
    Inheritance Hierarchy

    System.Object
       C1.Xaml.FlexGrid.RowCol
          C1.Xaml.FlexGrid.Row
             C1.Xaml.FlexGrid.BoundRow
                C1.Xaml.FlexGrid.NewRowTemplate

    See Also