ComponentOne FlexGrid for WinForms
NewRow Property

C1.Win.C1FlexGrid Namespace > CellStyleCollection Class : NewRow Property
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

Reference

CellStyleCollection Class
CellStyleCollection Members