FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / CellStyleCollection Class / NewRow Property

In This Topic
    NewRow Property (CellStyleCollection)
    In This Topic
    Gets the style used to paint cells in the new row template at the bottom of the grid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewRow As CellStyle
    public CellStyle NewRow {get;}
    Remarks
    The new row template is only present when the AllowAddNew property is set to true.
    See Also